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

4 lines
132 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
onetwo : drop " Neither one nor two" ,t # default declared first
onetwo : dup 2 = then " Two" ,t
onetwo : dup 1 = then " One" ,t