#280
runtime-polymorphism-0
Difficulty: | Basic |
Topics: | polymorphism |
Some functions can be used in different ways - with no arguments
(let [hello (fn ([] "Hello World!"))] (= __ (hello))) |
Difficulty: | Basic |
Topics: | polymorphism |
(let [hello (fn ([] "Hello World!"))] (= __ (hello))) |