root/trunk/examples/modules/meta.lgt

Revision 4601, 85 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:- module(meta, [meta/1]).
3
4:- meta_predicate(meta(:)).
5
6meta(Goal) :-
7    call(Goal).
Note: See TracBrowser for help on using the browser.