array access syntax not defined for complex expressions
The expression
parent.assignments[index + 1]causes a syntax error, but
assignments[index + 1]does not.
Submitted by Eelco Visser on 26 January 2012 at 21:16
Log in to post comments
The expression
parent.assignments[index + 1]causes a syntax error, but
assignments[index + 1]does not.
Submitted by Eelco Visser on 26 January 2012 at 21:16
Log in to post comments