polserver/testsuite/escript/compiler2/compiler2-084-replace-substring.src

4 lines
46 B
Text
Raw Permalink Normal View History

2020-08-13 06:26:09 -07:00
var a := "abcdef";
a[2,3] := "zyx";
print(a);