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

3 lines
60 B
Prolog
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
:- arithmetic_function((^^)/2).
:- op(200, xfy, user:(^^)).