Futurebasic/Language/Reference/shutdown
SHUTDOWN
editSyntax
editSHUTDOWN [msg$]
Description
editWhen used without the msg$
parameter, SHUTDOWN
behaves identically as the END
statement. If the msg$
parameter is included, the string in msg$
is displayed in an alert box before the program quits.
FB Lite behavior:
When you use the "FB Lite" runtime, the string in the msg$
parameter is displayed in the Text Window, rather than in an alert box.
See Also
editEND; SYSTEM statement