Tony Cook wrote: > => only differs from the comma operator in that it quotes identifiers > given as its left argument. More precisely (or pedantically), it quotes an identifier immediately preceding it. In the case of "foo".bar=>"baz", bar is not the argu- ment to the fat arrow (rather, "foo".bar is), yet bar still gets quoted. This is what allows -tk=> to work.Thread Previous | Thread Next