Answers for "call opertot function in the clazs"

0

call function in clojure

(defn square [x]
    (* x x))

(println (square 2))
; 4

(println (square 3))
; 9
Posted by: Guest on November-16-2020

Code answers related to "call opertot function in the clazs"

Browse Popular Code Answers by Language