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

7 lines
164 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
bye ; exits to shell
throw "toplevel ; exits to interactive prompt
pause ; escapes to interactive prompt for debugging
continue ; resumes after a PAUSE