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

4 lines
88 B
Text

var d := dictionary { 5 -> "hey", 7 -> "you" };
print(d);
print( d[5] );
print( d[7] );