< Rebol Programming

USAGE:

Q /return value 

DESCRIPTION:

Stops evaluation and exits the interpreter.

Q is a native value.

REFINEMENTS:

  • /return -- Returns a value (to OS command shell)
    • value -- (Type: integer)

SOURCE CODE

q: native[
    "Stops evaluation and exits the interpreter." 
    /return "Returns a value (to OS command shell)" 
    value [integer!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.