Retrieves a value from an ExprTokenType structure.
value := getTokenValue(pointer-expression)
value := getTokenValue(varContainingPointer+0)
| pointer-expression | An expression which results in a pointer to an ExprTokenType structure. This must not be a variable reference, string, floating-point number or numeric literal. |