Skip to content

Instantly share code, notes, and snippets.

@vito
Created July 29, 2010 21:37
Show Gist options
  • Save vito/499318 to your computer and use it in GitHub Desktop.
Save vito/499318 to your computer and use it in GitHub Desktop.
$ the
> load: "prelude/list.the"
> 0 .. 10
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
> 10 .. 0
[10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0]
> "foo" .. "bar"
"foobar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment