5 lines
119 B
Forth
5 lines
119 B
Forth
( n -- ) CASE
|
|
( integer ) OF ( statements ) ENDOF
|
|
( integer ) OF ( statements ) ENDOF
|
|
( default instructions )
|
|
ENDCASE
|