4 lines
94 B
C
4 lines
94 B
C
|
|
(let numbers [1 2 3 4]
|
||
|
|
maximum (max numbers)) ;should be (... max numbers)
|
||
|
|
(+ maximum 5)
|