TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-30
#ARGUMENT Built-In Function
Assume also that the variable TERMNAME contains the name of the home terminal,
which currently is $MINE, and that RTN is invoked as follows:
RTN "My terminal is " '+' termname '+' " at this time."
The resulting output is:
TEXT: "My terminal is " '+' termname '+' " at this time."
VALUE: My terminal is $MINE at this time.
For additional examples, see the TACL Programming Guide.