Futurebasic/Language/Reference/shutdown
SHUTDOWN
Syntax
SHUTDOWN [msg$]
Description
When 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
END; SYSTEM statement