polserver/testsuite/escript/compiler2/compiler2-059-dictionary-initializer-integers.src
2020-08-13 15:26:09 +02:00

2 lines
58 B
Text

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