6 lines
97 B
Text
6 lines
97 B
Text
:- object(paws).
|
|
|
|
:- public(swap/4).
|
|
swap(First, Second, Second, First).
|
|
|
|
:- end_object.
|