1 /* test file for Logtalk parsing */
3 % this is a Logtalk source file
5 :- object(hello_world).
7 % the initialization/1 directive argument is automatically executed
8 % when the object is loaded into memory:
9 :- initialization((nl, write('********** Hello World! **********'), nl)).