/* an array type and an array variable */ let type arrtype = array of string var arr1 : arrtype := arrtype [10] of "o" in arr1[3] end