RosettaCodeData/Task/Program-termination/Forth/program-termination.fth
2023-07-01 13:44:08 -04:00

4 lines
137 B
Forth

debug @
if QUIT \ quit back to the interpreter
else BYE \ exit forth environment completely (e.g. end of a Forth shell script)
then