polserver/testsuite/escript/compiler2/compiler2-053-array-initialization-braces.src

3 lines
40 B
Text
Raw Permalink Normal View History

2020-08-13 06:26:09 -07:00
var a := { 82, 54, 22, "x" };
print(a);