|
x V y - Cambridge Polish, what was used to describe the LISP
program OR(x,y) - parenthesized prefix notation, what was used in the LISP program x OR y - standard Boolean logic |
|
CASE expression OF possible-expression-value-1: statements to execute... possible-expression-value-2: statements to execute... END |