Skip to content

Instantly share code, notes, and snippets.

@gustavo-depaula
Created June 21, 2019 02:10
Show Gist options
  • Save gustavo-depaula/d641789da92f0cc259bc1888bdaf61c4 to your computer and use it in GitHub Desktop.
Save gustavo-depaula/d641789da92f0cc259bc1888bdaf61c4 to your computer and use it in GitHub Desktop.
square scheme
(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