Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/Program-name/Prolog/program-name-1.pro
Normal file
8
Task/Program-name/Prolog/program-name-1.pro
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
% SWI-Prolog version 8.0.0 for i686-linux.
|
||||
% This will find itself, and return the knowledge base it is in.
|
||||
file_name(F) :- true
|
||||
, M = user % M is the module .
|
||||
, P = file_name(_) % P is the predicate .
|
||||
, source_file(M:P, F) % F is the file .
|
||||
, \+ predicate_property(M:P, imported_from(_))
|
||||
.
|
||||
1
Task/Program-name/Prolog/program-name-2.pro
Normal file
1
Task/Program-name/Prolog/program-name-2.pro
Normal file
|
|
@ -0,0 +1 @@
|
|||
:- multifile(this_is_one_of_my_files). this_is_one_of_my_files.
|
||||
Loading…
Add table
Add a link
Reference in a new issue