Answer
- The only important difference is that the dyadic arithmetic operators are
infix symbols, which means that they are written between their
arguments. Functions are written as prefix symbols, which means that
they are written in front of their arguments. The arguments must be placed
in parentheses and separated by commas.
- A superficial difference is that * (for example) takes two
arguments, whereas SQRT takes only one. But there are other intrinsic
functions that take two arguments, and a few that take more than two.
Return to lesson.
Hamlet Project
hamlet@cs.utah.edu