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 bf70e916287fc92cdce94b680925bf9788ed8821
parent 6cf6c9a4baf2d37753c438fb80b672900799d5e8
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 31 Oct 2012 18:34:00 +0100

Minor addition to math tests: Preset scale to 6
Diffstat:
Mtest/lib/math.l | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lib/math.l b/test/lib/math.l @@ -1,6 +1,7 @@ -# 11jul11abu +# 31oct12abu # (c) Software Lab. Alexander Burger +(scl 6) (load "@lib/math.l") ### pow ###