* guile: add msgs-count script

This commit is contained in:
djcb
2013-01-27 21:31:26 +02:00
parent d1a42504b2
commit 22e8ae76d7
4 changed files with 75 additions and 1 deletions

View File

@ -77,7 +77,6 @@ provided, match /all/ messages."
expr)
num))
(define (average lst)
"Calculate the average of a list LST of numbers, or #f if undefined."
(if (null? lst)