removed.
+
+
+ Syntax checking of array input processing has been tighened up
+ considerably. Junk that was previously allowed in odd places with
+ odd results now causes an ERROR. Also changed behavior with respect
+ to whitespace; trailing whitespace is now ignored as well as leading
+ whitespace (which has always been ignored).
+
+
+
+ Syntax checking of array input processing considerably tighened up (Joe)
+
+ Junk that was previously allowed in odd places with odd results now
+ causes an ERROR.
+
+
+
+
+ Array element trailing whitespace is now ignored (Joe)
+
+ Formerly leading whitespace was ignored, but trailing whitespace
+ between an element and the delimiter or right brace was significant.
+ Now trailing whitespace is also ignored.
+
+
+
Emit array literals with explicit array bounds when lower bound is not one