#38
Maximum value
Difficulty: | Easy |
Topics: | core-functions |
Write a function which takes a variable number
of parameters and returns the maximum value.
![]() | (= (__ 1 8 3 4) 8) |
![]() | (= (__ 30 20) 30) |
![]() | (= (__ 45 67 11) 67) |
Special Restrictions
max max-key