Deutsch English Français Italiano |
<v98s82$kldc$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: news.eternal-september.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Ruvim <ruvim.pinka@gmail.com> Newsgroups: comp.lang.forth Subject: Re: Juggling system-compilation items Date: Sun, 11 Aug 2024 03:14:09 +0400 Organization: A noiseless patient Spider Lines: 31 Message-ID: <v98s82$kldc$1@dont-email.me> References: <v957nr$jq4q$2@dont-email.me> <d94e4a1cb4afa3610abb3ea394dbb5f7@www.novabbs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 11 Aug 2024 01:14:10 +0200 (CEST) Injection-Info: dont-email.me; posting-host="aeb8ee31ec6e39a8b25b82ab00e99322"; logging-data="677292"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX197/9kfe6kB96LlXNqpN3rG" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:qSDZ/zbMt/FRpskc68Ea3KbtaAM= Content-Language: en-US In-Reply-To: <d94e4a1cb4afa3610abb3ea394dbb5f7@www.novabbs.com> On 2024-08-10 13:51, mhx wrote: > iForth64 does not have N>R and NR> ( never needed them ). > After pulling them from https://forth-standard.org/standard/tools/ ... There is a way to implement them in a standard program, I accidentally came across you old post: <https://groups.google.com/g/comp.lang.forth/c/G6-M-NjRRq0/m/WkFH84TRtKwJ> > > FORTH> 42 const aap ok > FORTH> words > aap const > ok > FORTH> see aap > Flags: TOKENIZE, ANSI > : aap 42 ; ok > FORTH> ' aap idis > $013414C0 : aap > $013414CA push #42 b# > $013414CC ; > > No problem. Thank you! -- Ruvim