Files
hello-world/clips.clips
2008-07-23 21:10:23 -04:00

9 lines
87 B
Plaintext

(defrule hw
(f ?x)
=>
(printout t ?x crlf))
(assert (f "Hello World"))
(run)