Skip to content

Instantly share code, notes, and snippets.

@vito
Created January 5, 2011 21:27
Show Gist options
  • Save vito/767044 to your computer and use it in GitHub Desktop.
Save vito/767044 to your computer and use it in GitHub Desktop.
[0]> (a x: b &c: 2) := a + b + c
@ok
[1]> 1 x: 2
5
[2]> 1 x: 2 &c: 3
6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment