begin
   comment LIBRARY 1;
   integer
     I,
     J;
   I ≔ 2;
   J ≔ 3;
   OUTREAL(99, I⭡J ÷ J)
end