Merge branch 'master' of git://github.com/fogus/hello-world
This commit is contained in:
1
broccoli.brocc
Normal file
1
broccoli.brocc
Normal file
@@ -0,0 +1 @@
|
||||
(out "Hello World" crlf)
|
||||
8
clips.clips
Normal file
8
clips.clips
Normal file
@@ -0,0 +1,8 @@
|
||||
(defrule hw
|
||||
(f ?x)
|
||||
=>
|
||||
(printout t ?x crlf))
|
||||
|
||||
(assert (f "Hello World"))
|
||||
|
||||
(run)
|
||||
Reference in New Issue
Block a user