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 97d8fc34d82fc569c17f87b466baec8b8776f505
parent 2a07d791ea2eeb276b6f2bb48a12940ab0d0d824
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon, 25 Apr 2011 09:57:53 +0200

Forgo 'p'
Diffstat:
Mlib/test.l | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/test.l b/lib/test.l @@ -1,8 +1,8 @@ -# 18jan11abu +# 25apr11abu # (c) Software Lab. Alexander Burger ### Unit Tests ### -# $(/bin/pwd)/p lib/test.l -bye + +# bin/picolisp $(/bin/pwd)/lib.l ext.l lib/test.l -bye + (test T (pool (tmp "db")))