Revision [269]
This is an old revision of CommandExit made by DavidLee on 2008-07-15 12:50:11.
exit [ret code]
Exits the current shell. If ret code is specified it is used as the exit value, otherwise 0.
Example: exit with exit value 0
exit 0
Example: exit with the last command's exit value
exit