This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/examples/dynpred/root.lgt
pmoura 47a5475024 Logtalk 2.12.0 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@495 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2002-05-28 11:35:10 +00:00

13 lines
93 B
Plaintext

:- object(root).
:- public(p/1).
:- dynamic(p/1).
p(root).
:- end_object.