Files
beluga/lisp-interpreter/tests/code/prolog.scm
T
Arthur Barraux d8fc7d2d67
Meson Build and Deploy / build (push) Failing after 29s
adding lisp-interpreter
2025-09-24 10:58:09 +02:00

6 lines
95 B
Scheme

(include "include/prolog.scm")
(! (man socrates))
(:- (mortal ?x) (man ?x))
(? (mortal ?who))