QUIT
REBOL Dictionary 2.0
Stops evaluation and exits the interpreter.
quit
Releases all resources back to the system. Shortcut: Q. Use EXIT to exit a function without returning a value.
time: 10:00 if time > 12:00 [ print "time for lunch" quit ]
exit - Exits a function, returning no value.halt - Stops evaluation and returns to the input prompt.
Copyright 2003 REBOL Technologies