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

  • pause pause mode, invoke keyboard
  • return return or resume execution and copy some local variables
  • exec script file execution

Table Of Contents

This Page