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

13 lines
188 B
Text

program test()
var b := {};
print( b );
b.insert( 1, "hello" );
print( b );
endprogram
/**** Expected Output Begins: *****
(no)
***** Expected Output Ends ****/