Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.forth Subject: Re: THROW codes and ambiguous conditions Date: Sat, 07 Jun 2025 18:49:02 -0700 Organization: A noiseless patient Spider Lines: 8 Message-ID: <87ldq33svl.fsf@nightsong.com> References: <2025Jun7.114356@mips.complang.tuwien.ac.at> <8a96d5a50e33757a15ba472d5fa3ae9a171fcff2@i2pn2.org> <87plff4938.fsf@nightsong.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sun, 08 Jun 2025 03:49:03 +0200 (CEST) Injection-Info: dont-email.me; posting-host="8bfac591a97f823c76d61a0ce23c633d"; logging-data="3772298"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/fYFCknVUb7we5dpcUJjj5" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:IW0EyRrP2R4CveUqtawOY6QjWlA= sha1:MbbgwkP25mXyyl2tuBlfXtZmhO0= Xref: csiph.com comp.lang.forth:133616 albert@spenarnc.xs4all.nl writes: > : (.) 0 <# #S #> ; I see, it converts a number to a string. I guess if you have <# #S #> then that is easy enough. Otherwise it depends on how . is implemented. I wonder if there's a standard or well known way to capture the output of . and related words, like redirecting the input stream.