picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 11d84f5ff8ae11db3f4aebe39986da0c2bcf2c16
parent 0ea1bf30883483fe49c5d787c47ded55c6c36976
Author: Commit-Bot <unknown>
Date:   Sun, 20 Jun 2010 17:33:47 +0000

Automatic commit from picoLisp.tgz, From: Sun, 20 Jun 2010 17:33:47 GMT
Diffstat:
Mmisc/pilog.l | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/misc/pilog.l b/misc/pilog.l @@ -1,6 +1,8 @@ -# 25dec09abu +# 20jun10abu # (c) Software Lab. Alexander Burger +(load "@opt/pilog.l") + (be sister (@X @Y) (parents @X @M @F) (parents @Y @M @F) (different @X @Y)) (be parents (@C @M @F) (mother @C @M) (father @C @F))