Created
April 29, 2015 13:32
-
-
Save shirok/47a628079ac6493236c7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
gosh> (use math.const) | |
#<undef> | |
gosh> (define (foo) pi) | |
foo | |
gosh> (define pi 3) | |
pi | |
gosh> (foo) | |
3.141592653589793 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment