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