Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Accessing context features using this.

The Magic Alf Plugin implements an extension to the Alf language that allows context features to be accessed by name without explicitly using a this prefix. This is similar to what is allowed in Java and JavaScript. For example, the meaning of the Alf code in the above example remains the same if all the this expressions are dropped, as shown below.

...