Files
china-dictatorship/hello-world/c/CLIPS.clips

9 lines
87 B
Plaintext
Raw Normal View History

2021-03-24 00:00:01 +00:00
(defrule hw
(f ?x)
=>
(printout t ?x crlf))
(assert (f "Hello World"))
(run)