Page 1 of 1

#include files in BASICtools

Posted: Mon Feb 04, 2013 8:36 pm
by YahooArchive
BASICtools jumps through a lot of hoops to make it look like you have an
interpreter and can type in programs a line at a time.

What actually is occurring is-

You enter a line of code, BASICtools appends a line QUITNOW to the lines you
typed. BASICtools then sends it through the ARMbasic compiler without the
pre-processor.

If more where to be done, like looking up libraries, using the pre-processor,...
the "interpreted" feel would go away, as it would take too long..

To handle libraries, a small Tcl routine Allprotos.tcl is called which prepends
some source to the lines you typed to handle the common libraries.
LogicDemo.bas is not among those.