chore: Demo & examples
This commit is contained in:
parent
61178cbeac
commit
b294467587
9 changed files with 228 additions and 23 deletions
|
@ -40,9 +40,9 @@ example3 :-
|
|||
mib(f, e, Result2, Result3),
|
||||
write(Result3), nl.
|
||||
|
||||
main :-
|
||||
mib_main :-
|
||||
example1,
|
||||
example2,
|
||||
example3.
|
||||
|
||||
:- initialization(main).
|
||||
:- initialization(mib_main).
|
||||
|
|
Reference in a new issue