commit 87daff78e218066737357eebc883228f180393c8
parent f4e504433730cde9dde808df696ab1f9554051be
Author: Alexander Burger <abu@software-lab.de>
Date: Wed, 24 Oct 2012 17:17:45 +0200
Minor doc extension
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/refS.html b/doc/refS.html
@@ -896,6 +896,8 @@ to <code>fun</code>. Returns the sum of all numeric values returned from
-> 3
: (sum val '(A B C))
-> 6
+: (sum * (3 4 5) (5 6 7)) # Vector dot product
+-> 74
: (sum # Total size of symbol list values
'((X)
(and (pair (val X)) (size @)) )