color c; y = c[x];
will produce a runtime error if x < 0 or x > 3, of course. But in the case
where x is a literal integer
(e.g., c[4]) it should be a compiler error, too.
Original issue reported on code.google.com by rene.lim...@gmail.com on 11 Jan 2010 at 7:08
Original issue reported on code.google.com by
rene.lim...@gmail.com
on 11 Jan 2010 at 7:08