20 years ago, when I was actively coding in 4TH, and had all the source code available, I just might have. :)
But just for your edification, here's the source code for the standard FORTH function (aka "word" or "verb") that prints the contents of the address on top of the stack in whatever the current number base is.
(no subject)
Date: 30 May 2007 00:00 (UTC)20 years ago, when I was actively coding in 4TH, and had all the source code available, I just might have. :)
But just for your edification, here's the source code for the standard FORTH function (aka "word" or "verb") that prints the contents of the address on top of the stack in whatever the current number base is.
: ? @ . ;