RosettaCodeData/Task/Conditional-structures/LSE64/conditional-structures-2.lse64

4 lines
132 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
onetwo : drop " Neither one nor two" ,t # default declared first
onetwo : dup 2 = then " Two" ,t
onetwo : dup 1 = then " One" ,t