bug: min on strings

Ralf Juengling <[email protected]> Wed, 24 Oct 2007 18:16:30 -0700 (PDT)
Newsgroups gmane.lisp.lush.devel
Message-ID <[email protected]>
another documentation bug, I guess:


(min <l1> ... <ln>)                           [DX]
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Return the minimum element within l1 ... ln . Arguments li may be
numbers or strings.

Example:
? (min 2 3 (* 3 3) (+ 4 3))
= 2


= ()


? (min 2 3 "4")

*** min : Cannot rank these objects


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/