2011

Table Of Contents
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
getenv
Returns the value of the environment variable varname.
$(getenv, varname)
If no variable with that name is defined, it returns the null string.
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
getvar
Returns the value of the system variable with the given varname.
$(getvar, varname)
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
if
Conditionally evaluates expressions.
$(if, expr, dotrue [, dofalse])
getenv | 83