Up: System Interaction Instructions   [Contents][Index]


20.1.27.1 Instruction getenv

Synopsys:

getenv

This instruction gets the name of an environment variable on the stack and pushes the value of the corresponding environment variable. If no variable with the given name is defined on the environment, then push PVM_NULL.

Stack: ( STR -- STR STR )