clips-sys 0.3.0

Bindgen generated wrapper for CLIPS (clipsrules.net)
Documentation
1
2
3
4
5
6
7
8
9
10
11
(unwatch all)
(clear)
(dribble-on "Actual//modulcmd.out")
(batch "modulcmd.bat")
(dribble-off)
(clear)
(open "Results//modulcmd.rsl" modulcmd "w")
(load "compline.clp")
(printout modulcmd "modulcmd.bat differences are as follows:" crlf)
(compare-files "Expected//modulcmd.out" "Actual//modulcmd.out" modulcmd)
(close modulcmd)