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