root/trunk/examples/errors/invclause.lgt

Revision 4601, 88 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(invclause).
3
4    % invalid clause head
5    1234 :-
6        write(hello).
7
8:- end_object.
Note: See TracBrowser for help on using the browser.