Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
exit
Ends the current Scilab session
Calling Sequence
exit exit(n)
Arguments
- n
the exit status
Description
Ends the current Scilab session.
The exit status shall be n
, if specified. Otherwise, the value
shall be zero.
Examples
exit i = 4; exit(i);
See Also
Report an issue | ||
<< Variables | Scilab | perl >> |