Scilab 6.0.0
Scilab Help >> Scilab > Control flow > halt
halt
stop execution
Syntax
halt() halt('a message')
Description
stops execution until something is entered in the keyboard.
Examples
halt('Press a key') halt()
Comments
Add a comment:
Please login to comment this page.