Christopher Cave wrote: 
> [fatal error in SBASIC interpreter]

The message can have many meanings, it's generally used when things
are checked which are never supposed to go wrong anyway (at least
better than just crashing or whatever). As generic functions like
"convert expression to operation tokens" also use the message
practically any line can cause it.

I'd suggest to remove the code of one procedure after the other
(leaving just the [END] DEFines). This cripples the program but
shouldn't bother the compiler when you try to run it. This way you
should be able to track down the culprit.

Marcel

Reply via email to