Exit - Function SummarySummary:Exits a function, returning no value. Usage:exit Description:EXIT is used to return from a function without returning a value.
Note: Use QUIT to exit the interpreter. Related:break - Breaks out of a loop, while, until, repeat, foreach, etc.
| ||||
|