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.
Files
yap-6.3/Logtalk/wenv/xcode/Logtalk/Protocol.lgt

13 lines
147 B
Plaintext
Raw Normal View History

:- protocol(Protocol).
:- info([
version is 1.0,
author is '<27>FULLUSERNAME<4D>',
date is <20>YEAR<41>/02/01,
comment is '']).
:- end_protocol.