envval (<word>)
string
The value of an external environment variable.
<word> - The environment variable being queried. This is literal text and should not be within quotes. An empty string is returned if the environment variable does not exist.
The following returns the value of the unix environment variable $TERM.
string eval = envval(TERM)
Commands: |