Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Ruvim 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: References: 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: Bytes: 1717 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: > > 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