<< >> Up Title Contents

wait

wait [{"return" | "input"}]

This command waits for user input. Without a parameter or with "return", the program waits for a simple <RETURN>. If the first parameter is "input", the program expects the user to enter a real number, which is stores in the variable res[1].

This command allows to write quasi interactive macros, demo macros and tutorials.


<< >> Up Title Contents