RosettaCodeData/Task/Program-termination/Oforth/program-termination.fth

4 lines
49 B
Forth

import: os
some_condition ifTrue: [ 0 OS.exit ]