Revision [342]
This is an old revision of CommandExit made by DavidLee on 2009-01-03 06:45:44.
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
CategoryCommands