polserver/testsuite/escript/string/string07.src

8 lines
105 B
Text
Raw Permalink Normal View History

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