File: TEST.FT of Tape: Original/Originals/os8-boot-fort
(Source file text) 

C	PROGRAM TEST
C
	WRITE(4,10)
	CALL EXIT
10	FORMAT(' HELLO WORLD!')
	END