Parser error in func()[subscript] = value;
, needs extra parentheses
#114
Labels
P-high
High priority
func()[subscript] = value;
, needs extra parentheses
#114
Why hard to fix?
epScript has 'return value selection' syntax:
and epScript also has array-init expression:
If
func(arg)[subscript] = value;
were allowed, there should be syntax ambiguity:The text was updated successfully, but these errors were encountered: