clips-sys 0.4.0

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