Re: Unexpected compiler error with Gforth 0.7.0 on Windows
Anton Ertl <anton-8NJIiSa5LzB3ZGU3T6kWFyEcasqEdqbRs2V0tQ3P5b8@public.gmane.org>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
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