Allow arithmetic-defined size when declaring a new array
Created by: vaussard
If you have a constant FOO, the following declaration will fail:
var array[FOO+1]
Created by: vaussard
If you have a constant FOO, the following declaration will fail:
var array[FOO+1]