polserver/testsuite/escript/string/string13.src
2015-12-19 02:31:08 +01:00

8 lines
No EOL
113 B
Text

// test modification of a substring after an assignment.
var a := "testvalue";
a["val"] := "hello";
print(a);