Skip to content

Instantly share code, notes, and snippets.

@carloscarvallo
Created December 27, 2017 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carloscarvallo/0d14bf5d65c39b981e971a17aa6d0734 to your computer and use it in GitHub Desktop.
Save carloscarvallo/0d14bf5d65c39b981e971a17aa6d0734 to your computer and use it in GitHub Desktop.
define_example created by carlosdim - https://repl.it/@carlosdim/defineexample
(define pi 3.14159)
(define radius 10)
(* pi (* radius radius))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment