Information | |
---|---|
has gloss | eng: Expressions Programming language expressions can be broadly classified in three classes: prefix notation * Lisp (* (+ 2 3) (expt 4 5)) infix notation * Fortran (2 + 3) * (4 ** 5) * TUTOR (2 + 3)(45) $$ note implicit multiply operator suffix, postfix, or Reverse Polish notation * Forth 2 3 + 4 5 ** * |
lexicalization | eng: Comparison of programming languages |
instance of | c/Programming language topics |
Lexvo © 2008-2025 Gerard de Melo. Contact Legal Information / Imprint