Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
var $0, $1;
($0 = <exp1>)[$1 = <exp2>] = $0[$1] && <rhs>

Wiki MarkupNote that {{foo().y}} is the same as {{foo()\['y'\]}} and thus also matches this pattern.

Examples

Simple lhs

ActionScript:

...