7 lines
62 B
Text
7 lines
62 B
Text
|
|
:- object(foo).
|
||
|
|
|
||
|
|
:- public(bar/1).
|
||
|
|
bar(42).
|
||
|
|
|
||
|
|
:- end_object.
|