Next: , Previous: , Up: Environment instructions   [Contents][Index]


20.1.4.4 Instruction pushtopvar

Synopsys:

pushtopvar OVER

Retrive the value of a variable from the top-level frame of the lexical environment and put it on the stack. The OVER part of the lexical address of the variable is specified as an argument to the instruction.

If the variable is not found then raise E_INVAL.

Stack: ( -- VAL )