date and time created 90/06/25 13:56:22 by bostic
[unix-history] / usr / src / usr.bin / f77 / libI77 / test / pe.f
program pe
x = 123.456
write(*,'(3pe8.1,5x,0pe9.5e0)') x, 123456789e14
end