Infix

From RevaWiki

Jump to: navigation, search

Glossary entry


Infix notation is also known as "algebraic" notation. It is familiar to most programmers, since it is used by most languages. It should also be familiar to non-programmers, since it is the common notation used for math. To add 1 and 2 using infix:

 1 + 2

See also: postfix

Personal tools