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

4 lines
96 B
Text

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