begin
   comment LIBRARY 1;
   integerI;
   array A[ 1 : 1 ];
   I ≔ A[1] ≔ 1;
   OUTREAL(99, I + A[1])
end