ProDOS: Substitute for FRE(0)
To perform garbage collection in a ProDOS Basic program, use the following ProDOS FRE commands.
Use the ProDOS FRE command like this:
10 D$ = CHR$(4)
20 PRINT D$;"FRE"
Using this method substantially speeds up garbage collection.
Published Date: Feb 18, 2012
Still need help?