Sujet : Re: Why dial-a-standard is not a thing in Forth
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 20. Apr 2025, 09:18:46
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87v7qz5jq1.fsf@nightsong.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
anton@mips.complang.tuwien.ac.at (Anton Ertl) writes:
: DECIMAL ( -- ) 10 BASE ! ;
does not contain an invocation of DECIMAL before this use of "10".
: DECIMAL ( -- ) 5 5 + BASE ! ;
should usually work.