-
Notifications
You must be signed in to change notification settings - Fork 2
_quit
bergsma edited this page Sep 26, 2014
·
5 revisions
#quit
###The quit() function terminates the currently running Hyperscript instance.
Syntax
quit ;
Arguments
-
None
-
None
Exceptions
- %ARGUMENT: Invalid arguments. Usage: quit ;
Description
If the quit() function is called from any instance other than the concept instance, then only that instance quits, otherwise all instances quit. Unlike the exit() function, any outstanding reply messages are not sent.
Examples
puts "Create an example for the function 'exit'" ;
Related Links