Skip to content

Instantly share code, notes, and snippets.

@vito
Created January 7, 2011 01:04
Show Gist options
  • Save vito/768934 to your computer and use it in GitHub Desktop.
Save vito/768934 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
[3]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment