1. infix - Noun
2. infix - Verb
To set; to fasten or fix by piercing or thrusting in; as, to infix a sting, spear, or dart.
To implant or fix; to instill; to inculcate, as principles, thoughts, or instructions; as, to infix good principles in the mind, or ideas in the memory.
Something infixed.
Source: Webster's dictionaryinsert a picture into the text Source: Internet
An unusual feature of its syntax was that expressions were constructed using the conventional infix operators, but all of them had the same precedence and evaluation went from left to right unless there were brackets. Source: Internet
"Caligula" is formed from the Latin word caliga, meaning soldier's boot, and the diminutive infix -ul. Source: Internet
A small glyph placed inside another is called an infix. Source: Internet
For an example, a term rewrite system R is used defining the append operator of lists built from cons and nil; where cons(x,y) is written in infix notation as x.y for brevity; e.g. app(a. Source: Internet
For example, abs -2 + 3 returns 1, since the infix addition takes precedence over the computation of the absolute value. Source: Internet