polserver/testsuite/escript/string/string14.src

6 lines
63 B
Text
Raw Permalink Normal View History

var a := "abcdefg";
var b := a[1, 4];
print( a );
print( b );