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

4 lines
132 B
Plaintext

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