Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
halt
stop execution
Syntax
halt() halt('a message')
Description
stops execution until something is entered in the keyboard.
Examples
halt('Press a key') halt()
See also
Report an issue | ||
<< for | Control flow | if >> |