Pause

To debug a particularly difficult macro (or stream script) one can insert the `pause' command. This command is like an ordinary command from the command line. It expects a single parameter which should be a positive number. Internally this number is multiplied by 100 to obtain the number of milliseconds that stedi will wait before continuing execution. Example:

    pause 10
makes stedi wait for one second before continuing.