Friday, November 23, 2012

GFA comes to the FireBee

GBE now runs on the Firebee.

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