Created
June 21, 2019 02:10
-
-
Save gustavo-depaula/d641789da92f0cc259bc1888bdaf61c4 to your computer and use it in GitHub Desktop.
square scheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(define (square x) (* x x)) | |
;; (define (square x) (* x x)) | |
;; | | | | | | | |
;; To square something, multiply it by itself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment