root/trunk/examples/logic/loader.lgt

Revision 4601, 146 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:- op(10, fy, ~).
3:- op(20, yfx, &).
4:- op(30, yfx, v).
5:- op(40, xfx, =>).
6:- op(40, xfx, <=>).
7
8:- initialization(
9    logtalk_load(translator)).
Note: See TracBrowser for help on using the browser.