Mentions légales du service

Skip to content

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]