Re: Tutorial - Memory - is it correct?
Anton Ertl <anton-8NJIiSa5LzB3ZGU3T6kWFyEcasqEdqbRs2V0tQ3P5b8@public.gmane.org> Sun, 7 Jun 2020 00:28:28 +0200
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 06, 2020 at 09:56:33PM +0200, Andrzej Rybczyナ?ski wrote: > 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"* Thank you. Fixed in the git version. - anton