Ends the current Scilab session
exit exit(n)
the exit status
Ends the current Scilab session.
The exit status shall be n, if specified. Otherwise, the value shall be zero.
n
exit i = 4; exit(i);