;; At compilation | |
Compiling: (+ a b) | |
;; When calling the function | |
(add-two 1 2) | |
=> 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
;; At compilation | |
Compiling: (+ a b) | |
;; When calling the function | |
(add-two 1 2) | |
=> 3 |