root/trunk/examples/hello_world/hello_world.lgt

Revision 4601, 228 bytes (checked in by pmoura, 7 weeks ago)

Added svn:mime-type property to source files (set to text/x-logtalk).

  • Property svn:mime-type set to text/x-logtalk
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2:- object(hello_world).
3
4    % the initialization/1 directive argument is automatically executed
5    % when the object is loaded into memory:
6    :- initialization((nl, write('********** Hello World! **********'), nl)).
7
8:- end_object.
Note: See TracBrowser for help on using the browser.