Versions Compared

Key

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

...


Accepted syntax:

Code Block
languagetext
if ( [matchers] ) { [actions] } else { [actions] }

[matchers]:
[prop readable] [bool operator] [prop readable]

[actions]:
[action] [prop writeable] [value]

...