>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
Normally the :- operator can be used to reference structure members.
The following is equivalent to the above.
>
|
|
Here is a contrived example that will generate an error because link:-text is formed before link has a value
>
|
|
Using delayed evaluation and EvalMember makes the above work:
>
|
|
Here is an example of using EvalMember to construct a sequence:
>
|
|
| (6) |