Re: Forth Frustrations
- From: "Bruce McFarling" <agila61@xxxxxxxxxxxx>
- Date: 9 Apr 2007 11:34:40 -0700
On Apr 8, 8:58 pm, "J Thomas" <jethom...@xxxxxxxxx> wrote:
[Postscript]
DEFINE associates an xt with a name form the names stack.
\SQUARE { DUP * } DEFINE
Currently the way I'm doing it is
:: DUP * ;
ACTION: SQUARE
I don't see the reason for separating ; and ACTION: if you
have a parsing definition word.
:: DUP * ;: SQUARE
.
- Follow-Ups:
- Re: Forth Frustrations
- From: J Thomas
- Re: Forth Frustrations
- References:
- Re: Forth Frustrations
- From: rickman
- Re: Forth Frustrations
- From: John Doty
- Re: Forth Frustrations
- From: J Thomas
- Re: Forth Frustrations
- From: Albert van der Horst
- Re: Forth Frustrations
- From: J Thomas
- Re: Forth Frustrations
- Prev by Date: Re: Structured Programming using Forth
- Next by Date: Re: Forth Frustrations
- Previous by thread: Re: Forth Frustrations
- Next by thread: Re: Forth Frustrations
- Index(es):
Relevant Pages
|