begin
   comment LIBRARY 1;
   integer
     I;
   real
     X;
   X ≔ 3·2;
   I ≔ - 2;
   OUTREAL(99, I⭡X)
end