One block of text identified by name (8 characters) is displayed on the screen.
BLOW <name> Example: BLOW YOURPICT
One block of text identified by name is revealed from a vertical centre-line on the screen.
ERASE Example: ERASE
The screen is cleared and goes dark.
PRINT <name> Example: PRINT YOURPICT
One block of text identified by name is output on the printer.
POOL <name> Example: POOL HISPICTU
One block of text identified by name is transferred to a memory which can be printed out
collectively.
NEW Example: NEW
The content of POOL and COUNT is deleted.
DOCUMENT Example: DOCUMENT
The content of POOL is output on the printer.cp255
KODAK S-RA2500 Editing System 1.0 User Manual Page: 71
D-1.3 Logic instructions
WAIT <t> Example: WAIT 5.55
Delays the next program step by a time interval which can be selected in 0.01 s steps.
LABEL <name> Example: LABEL MYDESTIN
Sets a TO address (up to 8 characters) for instruction sequences which are to be used with
JUMP, KEY or RESPONSE
LOOP Example: LOOP
Defines the start of a loop for iteration.
REPEAT <n> Example: REPEAT 20
Repeats all instructions from the last LOOP marker with a preselectable number of cycles.