On Sat, Nov 7, 2009 at 7:17 PM, Jim mack <[email protected]> wrote: > I had thought that almost every word was compiled by source that I'd find in > the USING: clause ( or recursively up). Is this how the UnicodeData.txt is > loaded? I tried calling space itself in listener, to no avail, now I see > CHAR: space works, which I didn't think of as possible unless it could > interpret 'space' itself. "space" name>char-hook of course answers that. > I'll keep infix notation in mind in the future.
CHAR: is a parsing word, so it reads ahead from the input. Type 'parsing word' in the search box of the help browser for documentation about them. Since you say you're familiar with Forth, parsing words are the same as Forth 'immediate words'. > Joe, are you involved with Crystal reports? SourceForge mailing list software appends ads to every message. As far as I know, Joe is not affiliated with Crystal Reports. Slava ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
