2.4.16 The PULL Instruction
     PULL [ template ] ;

This statement takes a line from the top of the stack and parse it
into the variables in the template. It will also translate the
contents of the line to uppercase.

This statement is equivalent to PARSE UPPER PULL [template ] with
the same exception as explained for the ARG instruction. See
chapter [not yet written] for a description of parsing and chapter
Stack for a discussion of the stack.



PREV NEXT