On 01/24/2011 02:22 PM, Stephen Simmons wrote: > So <= needs to be surrounded by whitespace?
Yes. > Is that true of all infix operators? Only for those that could be parsed as postfixes or postcircumfixes. But in general it's a good idea to use whitespace around all infix operators. Cheers, Moritz