Infix
From RevaWiki
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
