Skip to content

Instantly share code, notes, and snippets.

@simonask
Created January 29, 2009 13:31
Show Gist options
  • Save simonask/54539 to your computer and use it in GitHub Desktop.
Save simonask/54539 to your computer and use it in GitHub Desktop.
lals: [a, b] {
return [muh] { muh + a + b }
}
print lals(2, 3)(9) // => 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment