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 948c6e3b9e93d65f6edf3953357b21a767a92868
parent 8503ea7b6d7da8d5a9a2669de845856ec59b23f3
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri,  9 Dec 2011 18:15:50 +0100

Minor comment changes
Diffstat:
Mersatz/fun.src | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ersatz/fun.src b/ersatz/fun.src @@ -73,9 +73,9 @@ quit (str) str = evString(ex = ex.Cdr); return err(null, (ex = ex.Cdr) instanceof Cell? ex.Car.eval() : null, str); -# (java 'cls 'T 'any ..) -> obj -# (java 'cls 'msg 'any ..) -> obj -# (java 'obj 'msg 'any ..) -> obj +# (java 'cls 'T ['any ..]) -> obj +# (java 'cls 'msg ['any ..]) -> obj +# (java 'obj 'msg ['any ..]) -> obj # (java 'obj ['cnt]) -> any java (num i j k x y z s v o) y = (x = ex.Cdr).Car.eval();