MiniUnix/usr/source/fort/tst.f

Find at most related files.
including files from this version of Unix.

a=5
write(6,20) a
5 format(1h ,f8.2)
stop
end