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

4 lines
49 B
Plaintext

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