Sujet : Re: Bring your Forth to work
De : dxforth (at) *nospam* gmail.com (dxf)
Groupes : comp.lang.forthDate : 06. Mar 2025, 00:17:26
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <452f0d6dd6e797d0f71077ac0a38da2a5f935f39@i2pn2.org>
References : 1 2
User-Agent : Mozilla Thunderbird
On 6/03/2025 6:46 am, Buzz McCool wrote:
...
Thanks for posting the code and printout! I'm always keen to test out
my f/p output functions to see whether I'm able to duplicate that of
others.
p.s. instead of
dup 9 <= if ." " endif \ Print extra space in the output if bit <= 9
dup . ." Bit " \ Print bit
try
dup 2 .r ." Bit "