'''Prefix notation''' is a type of [[Operators|operator]] notation, in which the operator sits before the arguments, which are separated by a so-called '''separator'''.
+
'''Prefix notation''' is a type of [[Operators|operator]] notation, in which the operator sits before the arguments, which are separated by a so-called '''separator'''. [[Arithmetic Operators|Arithmetic operators]] and the [[exclusive or]] [[Boolean Operators|boolean operator]] utilize prefix notation.
[[ArithmeticOperators|Arithmeticoperators]]and the [[exclusive or]] [[Boolean Operators|boolean operator]] all have at least one prefix notation.
+
==SeeAlso==
+
* [[Infix notation]]
+
* [[Suffix notation]]
{{stub}}
{{stub}}
+
{{Needs Examples}}
Revision as of 22:37, November 14, 2012
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 orboolean operator utilize prefix notation.