Re: Open array




That is so confusing. I still have to think twice when I declare a routine
and a variable with this syntax. Strange they didn't distinguish between the
two.

That's what I meant. It probably is logic. But it doesn't seem to be logic. Maybe

B := [True, False, True]; // 2

and

Yyy([True, False, True]); // 3

give some syntax conflicts.

Fons.
.