DL  define label 
 
   IMM PGM  MIP  
USAGE     ♦  
SYNTAX     xxDL 
 
PARAMETERS    
 
Range        xx   -   1 to 100 
 
Default       xx      missing:    error 38, COMMAND PARAMETER MISSING 
             out of range:   error xx2, PARAMETER OUT OF RANGE 
 
DESCRIPTION  This command defines a label inside a program. In combination with JL (jump to 
label) command, they offer significant program flow control.  
 
computer languages that allow conditional jumps (or GOTO's) to predefined 
labels in a program. 
 
 Note: 
 
 
RETURNS     none  
 
REL. COMMANDS    JL  - jump to label 
 
EXAMPLE     3XX  |  clear program 3 from memory, if any 
       3EP  |   create program 3 
        
•         
           
•         
           
•         
 
Description   xx  [ int ]        -    label number 
Units        xx   -  none 
 
 
        The operation of the DL / JL command pair is similar to commands in other  
This command does not generate an error when not used inside a program. Since 
it can not do any harm, it is only ignored.
 
 
 
 
 1DL   |  define label 1 
    1JL 5   |  jump to label 1 five(5) times 
    QP   |  end entering program and quit programming mode 
    3EX  | run stored program number 3 
3-50          Section 3 – Remote Mode