Friday, November 23, 2012
DEFFN bug fixed
Fixed DEFFN bug in the compiler. Fails if placed right after a procedure definition.
PROCEDURE test
DEFFN func(x,y)=x*y
PRINT "test"
RETURN
PROCEDURE test
DEFFN func(x,y)=x*y
PRINT "test"
RETURN
Sunday, January 29, 2012
GFA News
Solved runonly bug related to BSAVE and DIR TO commands.
This bug was actually not my fault. If you find a copy of the original 3.5 runonly from GFA, it should produce the same bug! When Frank built the runonly and removed parts of the editor he introduces new bugs. Since there was no 3.6 runonly I used the 3.5 version as a guide to build mine and ended up duplicating his bugs.
This bug was actually not my fault. If you find a copy of the original 3.5 runonly from GFA, it should produce the same bug! When Frank built the runonly and removed parts of the editor he introduces new bugs. Since there was no 3.6 runonly I used the 3.5 version as a guide to build mine and ended up duplicating his bugs.
Subscribe to:
Posts (Atom)