Sujet : Re: Roman numerals , recognizer "0r".
De : zbigniew2011 (at) *nospam* gmail.com (LIT)
Groupes : comp.lang.forthDate : 09. Jun 2025, 10:58:04
Autres entêtes
Organisation : novaBBS
Message-ID : <97ad4f5033ce73b65a92edac160308de@www.novabbs.com>
References : 1 2 3 4
User-Agent : Rocksolid Light
0 VARIABLE FORMER
0 VARIABLE PRESENT
>
HERE 73 C, 86 C, 88 C, 76 C, 67 C, 68 C, 77 C, \ I V X L C D M
HERE 0 C, 1 C, 2 C, 10 C, 20 C, 100 C, 200 C,
...
Yep. Nothing better than FigForth :) How about ...
>
: CREATE 0 VARIABLE -2 ALLOT ;
>
Actually CREATE wasn't needed here...
I actually only now noticed, that PRESENT
also isn't needed; it's a 'leftover' from
my earlier idea. So just FORMER is in use
and 'PRESENT stuff' can be removed.
--