Previous: utteop Up: ../plot79_u.html Next: uttexp


UTTEPP

       SUBROUTINE  UTTEPP (PSTACK,TTOKEN,STOKEN,IVALUE,NVALUE,LVALUE)
 C$    (Expression Evaluate - Internal - Put into PSTACK)
 C$    Store token parameters from  PSTACK(*).  This routine is  a
 C$    support routine for UTTEXP.  The output argument is
 C$
 C$    PSTACK(5)......INTEGER parameter stack storage array.
 C$
 C$    The input arguments (all INTEGER) are:
 C$
 C$    TTOKEN.........Type code.
 C$    STOKEN.........Symbol table index.
 C$    IVALUE.........Index in value list, or 0 if all elements
 C$                   implied.
 C$    NVALUE.........Number of entries in value list.
 C$    LVALUE.........Location of value list in ASTACK(*).
 C$    (23-AUG-83)