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