polserver/testsuite/escript/compiler2/compiler2-059-dictionary-initializer-integers.src

3 lines
58 B
Text
Raw Permalink Normal View History

2020-08-13 06:26:09 -07:00
var d := dictionary { 5 -> "hey", 7 -> "you" };
print(d);