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 dc4f87fc1a0bf6debe43233630ece09d4e0c793a
parent 9ad0b401960c9b28fe9b1d348e8085312f10aa77
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 22 Jun 2011 15:52:37 +0200

Minor doc fixes
Diffstat:
Mdoc/refN.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/refN.html b/doc/refN.html @@ -162,12 +162,12 @@ structures, e.g. <p>Arguments can be <ul> -<li>numbers (passed as 64-bit integers) +<li>integers (up to 64-bit) or pointers, passed as numbers <li>fixpoint numbers, passed as cons pairs consisting of a the value and the scale. If the scale is positive, the number is passed as a <code>double</code>, otherwise as a <code>float</code>. -<li>symbols (passed as strings), or -<li>structures, as lists with +<li>strings, passed as symbols, or +<li>structures, passed as lists with <ul> <li>a variable in the CAR (to recieve the returned structure data, ignored when the CAR is <code>NIL</code>)