let type intArray = array of int var arr : intArray := new intArray[4] of 0 in arr[0] := 1; arr[0] end