Skip to content

Instantly share code, notes, and snippets.

@antonijn
Created May 5, 2016 23:34
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 antonijn/64b5623c08a4ad65829befb4c035ad2b to your computer and use it in GitHub Desktop.
Save antonijn/64b5623c08a4ad65829befb4c035ad2b to your computer and use it in GitHub Desktop.
$ ./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