RosettaCodeData/Task/Exponentiation-operator/Prolog/exponentiation-operator-1.pro

3 lines
60 B
Prolog
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
:- arithmetic_function((^^)/2).
:- op(200, xfy, user:(^^)).