Sujet : Re: Words in Gforth manual undefined
De : anton (at) *nospam* mips.complang.tuwien.ac.at (Anton Ertl)
Groupes : comp.lang.forthDate : 04. May 2025, 16:57:40
Autres entêtes
Organisation : Institut fuer Computersprachen, Technische Universitaet Wien
Message-ID : <2025May4.175740@mips.complang.tuwien.ac.at>
References : 1
User-Agent : xrn 10.11
David Meyer <
papa@sdf.org> writes:
I discovered that some words documented in the Gforth manual, like MAX-U
(environment wordset) and u/ (gforth-1.0 wordset), are undefined in my
installations of Gforth 0.7.3.
>
Is there something messed up with my installations, or is there
something else (Forth command, installation, Gforth upgrade) to make
such words/wordsets available in my Gforth environment?
The manual you are using is not the one for the Gforth version you are
using.
You can find the manual for Gforth-0.7 on
<
https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/>.
Alternatively, you can install a recent snapshot using one of the
methods mentioned on <
https://gforth.org/>.
If you want to use the words mentioned above, the latter course is the
one you want to take. Note that the "environment wordset" means that
the name is intended to be used with "ENVIRONEMENT?", and MAX-U is
already present in gforth-0.7:
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
s" max-u" environment? . u. -1 18446744073709551615 ok
- anton
-- M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.htmlcomp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html New standard: https://forth-standard.org/EuroForth 2023 proceedings: http://www.euroforth.org/ef23/papers/EuroForth 2024 proceedings:
http://www.euroforth.org/ef24/papers/