begin
comment
library 1;
integer
i;
real
x; i := 0; x := 0.0; outreal(1, x^i)
end