On Mar 12, 12:09 pm, Neal Bridges <quar...@[EMAIL PROTECTED]
> wrote:
> On Mar 12, 11:30 am, Bruce McFarling <agil...@[EMAIL PROTECTED]
> wrote:
> [snip]
>
> > gforth has two wordlists in its search order when ONLY FORTH is
> > executed ROOT and FORTH-WORDLIST. I haven't re-read the do***entation
> > to find out why (why is not an issue here, just whether) ... but it
> > throws an error on ``FORTH-WORDLIST 1 SET-ORDER''.
>
> Not here:
>
> Gforth 0.6.2, Copyright (C) 1995-2003 Free Software Foundation, Inc.
> Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
> Type `bye' to exit
> -1 set-order ok
> order Root Root Forth ok
> forth-wordlist 1 set-order ok
> order Forth Forth ok
Ah, so its just some kind of glitch ... I just now tried it several
times, several ways, and only got an error throw once.
So ...
: Nicl-start ( -- ) FORTH-WORDLIST 1 SET-ORDER
[DEFINED] Nicl-sup****t [IF] Nicl-sup****t Nicl+order [THEN]
Nicl Nicl+order
;
.... it is, presuming the rest of the target set that implement the
SEARCH wordset respect that ... obviously for those that don't, what
the SEARCH wordset does is whatever the Nicl preface file for the
system makes it do.


|