Definitions for "prefix notation"
a parenthesis-free notation for forming mathematical expressions in which each operator precedes its operands
Polish Notation Notation in which the operator comes before its operands. E.g. a + b represented as +ab.
Structure notation where the operator precedes the operands, e.g. +(A,B).