On Fri, Mar 05, 2010 at 07:55:57AM -0500, Terrence Brannon wrote:
> On Fri, Mar 5, 2010 at 7:29 AM, Josh Grams wrote:
>
> >
> > Kind of a stupid thing to put in a tutorial, but there it is.
>
> Especially as the very first example. Very unsettling.
I have now padded it with a little more text.
On Fri, Mar 5, 2010 at 7:29 AM, Josh Grams wrote:
>
> Kind of a stupid thing to put in a tutorial, but there it is.
Especially as the very first example. Very unsettling.
>Re:
>http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Crash-Course-Tutorial.html#Crash-Course-Tutorial
>
>I tried to enter the first instruction, and there was an immediate
>failure before I could enter the rest of the program.
Yeah, that's exactly what is supposed to happen. Each line i
: Thursday, March 04, 2010 2:20 PM
> To: gforth@gnu.org
> Subject: [gforth] Crash Course Tutorial cannot be completely entered.
>
> Re: http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Crash-
> Course-Tutorial.html#Crash-Course-Tutorial
>
> I tried to enter the first i
Re:
http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Crash-Course-Tutorial.html#Crash-Course-Tutorial
I tried to enter the first instruction, and there was an immediate
failure before I could enter the rest of the program.
The error message was:
:1: Invalid memory address
0 0 >>>!<<<
Th