Wikia

FiM++ Community Wiki

Changes: Prefix notation

Edit

Back to page

m (Fixed AO link.)
(formatting!)
Line 1: Line 1:
'''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.
   
Its general [[FDS]] is
+
== [[FDS]] ==
{{Code|operator|<operator:'''prefix'''>}}{{Code|value|<value>}}{{Code|operator|<operator:'''separator'''>}}{{Code|value|<value>}}
+
{{codeblock|{{tag|operator|prefix}}{{tag|value}}{{tag|operator|separator}}{{tag|value}}
   
[[Arithmetic Operators|Arithmetic operators]] and the [[exclusive or]] [[Boolean Operators|boolean operator]] all have at least one prefix notation.
+
== See Also ==
  +
* [[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 or boolean operator utilize prefix notation.

FDS

{{codeblock|<operator:prefix><value><operator:separator><value>

See Also

Icon Info
This article is a stub. You can help FiM++ Wiki by expanding it.
Icon Ambig
  This page is lacking examples. Please provide some!

Around Wikia's network

Random Wiki