<< Variables Scilab quit >>

Scilab Help >> Scilab > exit

exit

Ends the current Scilab session

Syntax

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 quit >>