This applies to the Apple II, Apple II+, Apple IIe, and Apple IIc.
Page inside cover
The number A2D0032 is for the diskette, not the manual. The correct number
for the manual is A2L0032 030-0118-00.
Page ix
The page number for the Appendices should be 135 instead of 134.
Page xi
The top paragraph should be deleted because the information is presented on
page x.
Page 156
In a multi-drive system, it isn't necessary to duplicate the system files on
FORT2:. Here is a configuration for Apple FORTRAN diskettes that leaves you
with over 130 blocks of storage on FORT1:, which remains the boot diskette,
and allows you to write-protect FORT2: to prevent you from accidentally
crashing the diskette that has the uncopyable FORTRAN SYSTEM.COMPILER .
FORT1: FORT2:
------ ------
SYSTEM.APPLE SYSTEM.COMPILER
SYSTEM.PASCAL SYSTEM.FILER
SYSTEM.MISCINFO SYSTEM.EDITOR
SYSTEM.LIBRARY SYSTEM.LINKER
SYSTEM.STARTUP SYSTEM.CHARSET
FORTMOD.CODE
FORTLIB.CODE
SYSTEM.LIBRARY
The copy of SYSTEM.LIBRARY on FORT2: is a copy of the original that came on
FORT1:. There is a little room left on FORT2: which makes a good place to
archive it. The SYSTEM.STARTUP program is generated from Pascal and contains
the following commands:
PROGRAM LIBLINK;
USES APPLESTUFF;
BEGIN
END.
After compiling the program in Pascal, use the Filer to Transfer the codefile
to FORT1: with the file name SYSTEM.STARTUP