! (Shell Tell)


!             <text>

Function

Display a message in the dialogue window.

 

or

 

Interrupt a batch macro command file in response to an ASK question prompted from the command file.

Parameters

 

<text>

The text (without quotes) to be displayed. It will be printed on a new line.

 

 

With no parameters a blank line is displayed or

 

 

Interrupt the command file and return to interactive mode. Commands can then be given from the keyboard. A return to batch mode can subsequently be made by giving the command DO (without parameters).

Examples

!

! Indicate the centre of curvature

Notes

This form of the TELL command will execute faster than the TELL command. It is possible for access to some commands to be denied while in interrupt mode to prevent damage being done to the command file environment.

See also

shell ask, ask, break, tell