15.12.2010 - 22:20
Try Googling for a Definition of the Word "WORD"
couldn't find a
way to winnow it down to what I wanted given that so many words I
tried in the
search term had other, much more popular meanings. WORD, DEFINITION,
FORTH...
So I am here to ask what is likely an obvious question, if you know
the answer...
I want to use a word like WORD to parse words out of a string in
memory. I can't find the word that would do that. I can't imagine that
one isn't part of Win32Forth or any other package.
I tried "see"ing WORD in Win32Forth first and it is in assembler. I
thought it might have been done by getting the pointer to the input
stream and then calling the word that actually parses the text.
I think EVALUATE does what I want, but it goes too far and interprets
the resulting text.
Am I looking for a word I will need to write? It's not a big deal,
I'm sure I can do that. But I'll be surprised if one isn't part of
most Forths already.
Rick
15.12.2010 - 22:52
On 12/15/10 11:20 AM, rickman wrote:
