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 | Управляющая логика | if >> |
stop execution
halt() halt('a message')
stops execution until something is entered in the keyboard.
halt('Press a key') halt()
Report an issue | ||
<< for | Управляющая логика | if >> |