.he'FLOAD''Page %'
.fo'Steven Hardy''September 1977'
.ce 2
FLOAD
=====


There is a new macro available within the POP system called 'fload'.
 	: FLOAD <filename>;
behaves like
 	: LOAD <filename>;
if there are no errors in the file, otherwise it prints abbreviated error messages
for ALL errors in the file, thus:
 	<line number<: <error number> <culprits?*>
Unfortunately, one error will often give rise to several subsequent
error messages that are not 'real' errors but only because the compiler
is upset by the first 'real' error.
