RosettaCodeData/Task/Program-termination/Logo/program-termination.logo

7 lines
164 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
bye ; exits to shell
throw "toplevel ; exits to interactive prompt
pause ; escapes to interactive prompt for debugging
continue ; resumes after a PAUSE