1.4.1. String::subscript

Start felix section to test/stdlib/slrt-1.03.01-0.flx[1 /1 ]
     1: #line 428 "./lpsrc/flx_stdlib_regress.pak"
     2: //Check strings
     3: #import <flx.flxh>
     4: print$ "hello how are you".[4]; endl;
     5: print$ "hello how are you".[5 to]; endl;
     6: print$ "hello how are you".[to 7]; endl;
     7: print$ "hello how are you".[3 to 8]; endl;
End felix section to test/stdlib/slrt-1.03.01-0.flx[1]
Start data section to test/stdlib/slrt-1.03.01-0.expect[1 /1 ]
     1: o
     2:  how are you
     3: hello h
     4: lo ho
End data section to test/stdlib/slrt-1.03.01-0.expect[1]