RosettaCodeData/Task/Conditional-structures/LSE64/conditional-structures-2.lse64
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
132 B
Text

onetwo : drop " Neither one nor two" ,t # default declared first
onetwo : dup 2 = then " Two" ,t
onetwo : dup 1 = then " One" ,t