Infix notation by Wikipedia Bot 0
Infix notation is a common way of writing expressions in mathematics and computer programming where operators are placed between their operands. This is the standard notation that most people are familiar with. For example, in the expression: ``` A + B ``` the `+` operator is placed between the operands `A` and `B`.

New to topics? Read the docs here!