Prefix notation is a type of operator notation, in which the operator sits before the arguments, which are separated by a so-called separator. Arithmetic operators and the exclusive or boolean operator utilize prefix notation.
(formatting!) |
(→FDS: oops forgot to end the codeblock) |
||
Line 2: | Line 2: | ||
== [[FDS]] == |
== [[FDS]] == |
||
− | {{codeblock|{{tag|operator|prefix}}{{tag|value}}{{tag|operator|separator}}{{tag|value}} |
+ | {{codeblock|{{tag|operator|prefix}}{{tag|value}}{{tag|operator|separator}}{{tag|value}}}} |
== See Also == |
== See Also == |