RosettaCodeData/Task/Conditional-structures/Forth/conditional-structures-3.fth

6 lines
119 B
Forth
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
( n -- ) CASE
( integer ) OF ( statements ) ENDOF
( integer ) OF ( statements ) ENDOF
( default instructions )
ENDCASE