Skip to content

Instantly share code, notes, and snippets.

@drhodes
Created August 30, 2011 01:46
Show Gist options
  • Save drhodes/1179947 to your computer and use it in GitHub Desktop.
Save drhodes/1179947 to your computer and use it in GitHub Desktop.
def square(x){
(x, x) > mul > return;
}
def square(x){
|= mul
|< (x, x)
|> return;
}
def square(x){
return > |= mul
|< x
|< x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment