polserver/testsuite/escript/string/string08.src

8 lines
128 B
Text
Raw Permalink Normal View History

var cmd := "marion walk N";
var walkcmd := cmd["walk", 7];
print( "'" + walkcmd + "'" );
print( "'" + walkcmd[6, 2] + "'" );