TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-265
#MYTERM Built-In Variable
Examples
1. This example shows how to display the contents of #MYTERM:
10> #MYTERM
#MYTERM expanded to:
$TG0.$G04
2. This example pushes, sets, and pops the value of #MYTERM:
11> #PUSH MYTERM
12> #MYTERM
#MYTERM expanded to:
$TG0.$G04
13> #SET #MYTERM $ZTNT.#PTY46
14> #MYTERM
#MYTERM expanded to:
$ZTNT.#PTY46
15> #POP #MYTERM
16> #MYTERM
#MYTERM expanded to:
$TG0.#G04