polserver/testsuite/escript/array/array17.src

5 lines
64 B
Text
Raw Normal View History

var x := array{ 4, 3 };
var z := x + 5;
print( x );
print( z );