op/3


Description

op(Precedence, Associativity, Operator)

Declares operators.

Template and modes

op(+integer, +associativity, +atom)

Examples

:- op(950, fx, +).
:- op(950, fx, ?).
:- op(950, fx, @).
:- op(950, fx, -).

Previous | Next | Table of Contents | Bibliography | Glossary

Last updated on: August 6, 2002