polserver/testsuite/escript/narray/narray13.src

14 lines
176 B
Text
Raw Permalink Normal View History

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