|
| KiXtart 2001 Manual |
Exit
| Action: | Exits
the current KiXtart script, or, if used at the topmost level, exits
KiXtart. |
| Syntax: | EXIT
[error level / exit code] |
| Remarks: | If
EXIT is followed by a numeric
expression, then @ERROR is set to the value of that expression and you can
check it in the calling script or batch file. |
| See Also: | Return, Quit |