6 lines
54 B
Text
6 lines
54 B
Text
|
|
:- object(foo).
|
||
|
|
|
||
|
|
:- include(bar).
|
||
|
|
|
||
|
|
:- end_object.
|