13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
====================
|
|
ArrayExpression3
|
|
:error
|
|
====================
|
|
|
|
function main() {
|
|
x[[13]] = 3;
|
|
|
|
return;
|
|
}
|
|
|
|
--------------------
|