Re: Undocumented primitives
Anton Ertl <anton-8NJIiSa5LzB3ZGU3T6kWFyEcasqEdqbRs2V0tQ3P5b8@public.gmane.org> Sun, 25 Jul 2021 19:49:43 +0200
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jul 25, 2021 at 06:00:04AM +0000, David Kuehling wrote: > Hi, > > I recently noticed a warning for my words DLSHIFT and DRSHIFT already > beeing defined in Gforth. I had re-implemented both words in plain > forth, as they were not mentioned in the manual. > > Now looking into "prim" from the Gforth sources, I can find even more > undocumented primitives that I may have accidentally re-implemented here > and there: > > ror / rol / dror / drol / arshift / darshift / mux / select / inc# / > 'cell/' / cell- / fourth / third Thanks. I'll document those that we want to support forever (undocumented words may vanish at any time). INC# is just an internal word (and you cannot use it interactively). - anton