2018-08-22 01:37:32 -03:00

9 lines
87 B
Plaintext
Executable File

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