api
blog
github
login / sign up
ClojureDocs
(beta)
Changes for
clojure.core/
max
MrHus
on Sat, 17 Jul 2010
user=> (max 1 2 3 4 5) 5 user=> (max 5 4 3 2 1) 5 user=> (max 100) 100
<pre>user=> (max 1 2 3 4 5) 5 user=> (max 5 4 3 2 1) 5 user=> (max 100) 100 </pre>