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

2 lines
57 B
Text

var d := dictionary { "abc", "def" -> "ghi" };
print(d);