Scilab 5.3.3
Aide Scilab >> Entrées/Sorties > halt
halt
stop execution
Calling Sequence
halt() halt('a message')
Description
stops execution until something is entered in the keyboard.
Examples
halt('Press a key') halt()
See Also
| << getscilabkeywords | Entrées/Sorties | input >> |