Section 18 implies global vectors/arrays/matrices may be allowed via: `integer[3] = 3;` Since the initializer is a scalar, this would pass according to spec. However I clarified in lab that only scalar-typed global variables are allowed.