4 lines
49 B
Forth
4 lines
49 B
Forth
|
|
import: os
|
||
|
|
|
||
|
|
some_condition ifTrue: [ 0 OS.exit ]
|