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