gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gforth] Unexpected compiler error with Gforth 0.7.0 on Windows


From: Anton Ertl
Subject: Re: [gforth] Unexpected compiler error with Gforth 0.7.0 on Windows
Date: Sun, 10 Dec 2017 00:59:20 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]