polserver/testsuite/escript/string/string10.src

5 lines
84 B
Text
Raw Permalink Normal View History

var a := "hello world";
var space := 4;
print( a[space + 2, 6] );
print( a[6, 6] );