/* ARITHOPS : Operator declarations for arithmetic expressions UTILITY Lawrence Updated: 14 October 81 */ :- op(500,yfx,[++,--]). :- op(400,yfx,[div,mod]). :- op(300,xfy,[:,^]).