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/class.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
96 B
Plaintext

:- object(class,
instantiates(metaclass)).
:- public(p1/1).
p1(class).
:- end_object.