FutureBasic Logo

<<    Index    >> FutureBasic

shutdown   statement



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.

See also
end; system statement