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

6 lines
119 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
( n -- ) CASE
( integer ) OF ( statements ) ENDOF
( integer ) OF ( statements ) ENDOF
( default instructions )
ENDCASE