exit

The exit() function terminates the currently running Hyperscript instance.

Syntax

exit ;

Arguments

None

Exceptions

%ARGUMENT : Invalid arguments. Usage: exit ;

Description

If the exit() function is called from any instance other than the concept instance, then only that instance exits, otherwise all instances exit. Unlike the quit() function, any outstanding reply messages are sent, i.e. the exit() function behaves like a cascading return.

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

quit