polserver/testsuite/escript/pack/pack04a.src
2015-12-19 02:31:08 +01:00

4 lines
75 B
Text

include "packtst";
var a := "hello world";
test_pack( a[1,5], "shello" );