Hi Slava, Nope, sorry. Can't see it. Not in the UI, not in the terminal. Here's a copy from the terminal:
...$ ./Factor.app/Contents/MacOS/factor -run=listener ( scratchpad ) : hello "Hello world" print ; parsing ( scratchpad ) hello Hello world As you see, I had to enter "hello" explisitly for the greeting to be printed. I'm currently using factor-macosx-x86-64-2008-12-19-03-11. /Jon > Hi, > > Look closer, it's there :-) > > If you're in the UI, the greeting will be printed prior to the line of > input you entered that resulted in it being printed, due to a quirk in > the UI listener's implementation. > > Slava > > On Sat, Dec 20, 2008 at 4:02 AM, Jon Kleiser <[email protected]> > wrote: >> Hi, >> >> According to this page >> <http://docs.factorcode.org/content/article-parsing-words.html>, the >> Hello >> parsing example is supposed to be printing a greeting at parse time. I >> cannot see anything printed at parse time. Why is that? >> >> /Jon ------------------------------------------------------------------------------ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
