Rebol Programming/quit
Appearance
USAGE:
[edit | edit source]QUIT /return value
DESCRIPTION:
[edit | edit source]Stops evaluation and exits the interpreter.
QUIT is a native value.
REFINEMENTS:
[edit | edit source]- /return -- Returns a value (to OS command shell)
- value -- (Type: integer)
SOURCE CODE
[edit | edit source]quit: native[ "Stops evaluation and exits the interpreter." /return "Returns a value (to OS command shell)" value [integer!] ]