This section provides a tutorial example on how to use hard references by replacing identifiers with any expression that returns hard references, like ${EXPR}.
As mentioned in the previous section,
if the hard reference of a variable or function is represented by an expression,
the expression can be placed in curly brackets {}
to replace the variable or function identifier.
The following tutorial program shows you some interesting examples. In the first group,
I used scalar variables that contain hard references in the lookups.
In the second group, I used hard references directly in the lookups.
In the third group, I used an array to store the hard references.