Created
May 5, 2016 23:34
-
-
Save antonijn/64b5623c08a4ad65829befb4c035ad2b to your computer and use it in GitHub Desktop.
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
$ ./cheaky | |
> (let i 0) | |
> i | |
0 | |
> (let j 10) | |
> j | |
10 | |
> (let k j) | |
> k | |
10 | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment