On Sun, Dec 10, 2017 at 12:35:21AM +0100, Phillip Eaton wrote: > Before I start some heavy Gforth source code debugging, can anyone tell me > if there are any known differences in the way LOAD and INCLUDE behave with > the same (but converted) code?
LOAD treats a whole screen like one line (except that "\" only comments out up to the next 64-byte border), while a converter will probably treat every 64-bit unit as a line; differences are unlikely with normal coding practices, but they are possible. - anton