let in let type arr = array of int var max := 10 var nums := new arr[max] of 0 var i := 0 in for i := 0 to max do nums[i] := i * 3 end; 1 end