Variable References

Syntax

variable_reference ::= "$" [id]

Semantics

A variable-reference expression returns the item that the specified variable is currently bound to. Syntactically, a variable-reference expression is just the name of the variable.