Previous Topic: The ADD, DIV, INZ, MULT and SUB ('counter') commands

Next Topic: Support for User Defined Macros (UDM)

Examples

# Use counter to simulate pressing F3 four times
INZ $MYCOUNT
:LOOP
IF $MYCOUNT1 4
QUIT
END-IF
ADD $MYCOUNT1 1
SEND 03
GOTO LOOP