Quote Originally Posted by JSoftware
Because it's unofficially part of the language specification.

Do you overload them in the normal sense or have you operator overloaded them?
i have a utils.pas (normal sense)
with overloaded inc functions for single and double (only need those)
and i also writed a Mult function :?