Overloaded operators: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
Wherrera (talk | contribs)
Line 235:
are parsed as infix operators with the same precedence as +. There are many other operator
symbols that can be used as prefix or as infix operators once defined as a function in Julia.
<br /><br />
As a language, much of Julia is organized around the concept of multiple dispatch. Because
the language dispatches function calls according to the types of the function arguments,