4 lines
132 B
Text
4 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
|