Caligo wrote:
With the latest 2.059 I'm getting 'Error: Array operation
a1[] + a2[] not implemented'

Must be a bug with 2.059, works in 2.058.
But, why aren't there operators for arrays without having to specify "[]"?

    int[] a, b;
    int[] r = a + b;

Pointer arithmetic maybe?

Reply via email to