Tutorial - Memory - is it correct?
Andrzej Rybczyński <[email protected]> Sat, 6 Jun 2020 21:56:33 +0200
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <CAPKdMnzpC-LbQnYcbGX1jxg+SpEYSJR_iU=veUJtC1psBNFNsA@mail.gmail.com> |
Hello Gforth Team, I'm reading Gforth tutorial available from gforth.org. Forth is something completely new for me, but I think there is a typo in section 3.23 Memory: "You can use ! (store) to store values into this cell and @ (fetch) to load the value *from the stack into memory"* (https://gforth.org/manual/Memory-Tutorial.html#Memory-Tutorial, I found it as well here: http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Memory-Tutorial.html#Memory-Tutorial ) Thank you a lot for gforth! Best regards Andrzej Rybczyński