Use array size as a constant
Created by: stephanemagnenat
In Aseba, arrays are of fixed size. It would be nice to make the size of an array available as a constant to be used further, in scenarios such as:
var a[4]
var b[a.length]
I am open to discuss the syntax.