Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
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

  • quit — Terminates Scilab or decreases the pause level
  • abort — interrupt evaluation.
  • break — keyword to interrupt loops
  • resume — return or resume execution and copy some local variables
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:30 CEST 2016