RosettaCodeData/Task/Function-definition/Prolog/function-definition-3.pro
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

3 lines
101 B
Prolog

test_multiply :-
multiply(5, 2, 10), % this will pass
multiply(3, 4, 11). % this will not pass