Prism
Operation Manual Issue 2.00
Page 7.28
FILE_APPEND("...")
Open the file as above but, if the
filename already exists, data is
appended to the end of the file;
FILE_PRINT("...")
Print to the file currently open, tokens
can be used as in
;
FILE_CLOSE
Close the currently open file;
7.4.2.3.6. Special actions
SET_PASS
Clear the global Fail Flag;
SET_FAIL
Set the global Fail Flag;
SET_SPEED_FAST
Sets the Macro Processor execution
speed to the fastest possible (this is
the default state);
SET_SPEED_SLOW
Sets the Macro Processor execution
speed to a slower rate (this makes the
operation of the DSA-1 easier to
observe);
BEEP
Cause a short 'beep' from the PC;
WAIT(n)
Wait for n seconds before processing
the next keyword (n need not be an
integer);
WAIT_ANY_KEY
Wait forever for any PC key to be
pressed;