Sujet : Re: Roman numerals , recognizer "0r".
De : dxforth (at) *nospam* gmail.com (dxf)
Groupes : comp.lang.forthDate : 09. Jun 2025, 12:04:35
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <8fe16d3c9ab0a216a52d7209911535984575e9e7@i2pn2.org>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 9/06/2025 7:26 pm, LIT wrote:
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.
Word names are litter but hot patches and compiler-security
evasions are acceptable. Each day one learns something new
in Forth :)