Hi Patrick, << Has anyone a practical illustration for that kind of usage ? >>
I wrote a small AWK pseudo-dialect which uses that technique. When you write your AWK program, you will use certain keywords (e.g. _ to reference the current, parsed line). I BIND the AWK program block to my processor object's context so you can just use _/1 to get field 1 from the line, rather than having to write rawk/_/1. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
