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