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 fc8c5c8788b4e02d076e66296c94ca45881f6fbf
parent dabc9b9f9d27e17cc3c3273a3ac295f0e4047a56
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon, 11 Jul 2011 16:12:54 +0200

Minor change: Check 'task' with 'path' to "lib.l"
Diffstat:
Mtest/src/io.l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/io.l b/test/src/io.l @@ -2,7 +2,7 @@ # (c) Software Lab. Alexander Burger ### path ### -(test *PWD (pwd)) +(test 'task (cadr (in (path "@lib.l") (read)))) (test (char "+") (char (path "+@")))