View Single Post
Old 10-12-2020, 07:52 AM   #3
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,476
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
And for more fun, an equivalent but more compact template that uses the stored template:
Code:
program:
	universe = field('#text');
	year = raw_field('#myint');
	first_non_empty(
		test(universe == 'Star Wars', universe_year(year, 'BBY', 'ABY'), ''),
		test(universe == 'Dune', universe_year(year, 'BG', 'AG'), ''),
		'Unknown Universe'
	)
chaley is offline   Reply With Quote