On Tuesday 08 May 2007 13:38:42 Patrick R. Michaud wrote: > Correct, I was only referring to the case where a PMC is a > String holding a method name -- I've not really come across that > as being a common case in the programming that I do.
It's likely more important in languages where method names don't have to follow the rules for PIR identifiers -- where they can contain whitespace or start with characters that are non-alphabetic or not an underscore. -- c