Sujet : Re: Roman numerals , recognizer "0r".
De : zbigniew2011 (at) *nospam* gmail.com (LIT)
Groupes : comp.lang.forthDate : 09. Jun 2025, 10:26:51
Autres entêtes
Organisation : novaBBS
Message-ID : <2dbb987eed74bd6038996cb31f72b231@www.novabbs.com>
References : 1 2 3 4
User-Agent : Rocksolid Light
Yep. Nothing better than FigForth :) How about ...
>
: CREATE 0 VARIABLE -2 ALLOT ;
>
Actually CREATE wasn't needed here...
That's why I didn't use it.
I used LITERALs to avoid littering the
namespace with additional names, not
particularly needed to solve the task.
--