2008-07-25 18:01:29 -07:00

9 lines
87 B
Plaintext

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