Go to the first, previous, next, last section, table of contents.

Expressions and patterns

You used to be able to define non-binary functions in a pseudo-infix-y say; e.g., `(a `op` b) c = ...'. Illegal now. New keyword: `do'. Any old variables named `do' will now cause syntax errors.
Go to the first, previous, next, last section, table of contents.