0%

ALL meanings of prefix syntax

P p
  • abbreviation Technical meaning of PREFIX SYNTAX prefix notation 3
  • noun Definition of prefix syntax in Technology (language)   (Or "prefix syntax") One of the possible orderings of functions and operands: in prefix notation the function precedes all its operands. For example, what may normally be written as "1+2" becomes "(+ 1 2)". A few languages (e.g., lisp) have strictly prefix syntax, many more employ prefix notation in combination with infix notation. The opposite, postfix notation, is somewhat rarer. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?