in reply to Re^7: Unicode infinityin thread Unicode infinity
Nope, don't need spaces between symbols and identifiers.
For example,
1 + length - inf ! f() g( $z ) [download]
can be written as
1 +length -inf !f() g( $z) [download]
etc