mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
5 lines
No EOL
116 B
Text
5 lines
No EOL
116 B
Text
// optimizer used to be broken and choke on this
|
|
var x := { { -2, 0 }, { -2, +1 } };
|
|
|
|
print( "x is: " );
|
|
print( x ); |