RosettaCodeData/Task/Conditional-structures/Retro/conditional-structures-2.retro
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

5 lines
206 B
Text

: foo ( n- )
[ 1 = ] [ drop ( if quote evaluates to true ) ] when
[ 2 = ] [ drop ( if quote evaluates to true ) ] when
[ 3 = ] [ drop ( if quote evaluates to true ) ] when
drop ( default action ) ;