Re: `vocabulary` broken?

Anton Ertl <anton-eMTcDWn+JWX/RkxMZTRrOJdqbFPxfnh/@public.gmane.org> Sat, 27 Sep 2025 07:04:04 +0200
Newsgroups gmane.comp.lang.forth.gforth
Message-ID <[email protected]>
On Sat, Sep 27, 2025 at 01:03:29AM +0100, Ethan Azariah wrote:
> On Sat, Sep 27, 2025, at 12:57 AM, Ethan Azariah wrote:
> > vocabulary qxv only forth also qxv definitions
> > error: Undefined word
> > vocabulary qxv only forth also >>>qxv<<< definitions
> >
> > i just defined qxv, it shouldn't be undefined.

I cannot reproduce this, neither with gforth-0.7.3, nor with the
current development version.  E.g.:

[b8:~:5041] gforth
Gforth 0.7.3, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
vocabulary qxv only forth also qxv definitions  ok

[b8:~:5042] gforth -e 'vocabulary qxv only forth also qxv definitions'
Gforth 0.7.3, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
order qxv Forth Root     qxv  ok

- anton