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