Skip to content

Instantly share code, notes, and snippets.

@simonask
Created July 11, 2009 21:54
Show Gist options
  • Save simonask/145399 to your computer and use it in GitHub Desktop.
Save simonask/145399 to your computer and use it in GitHub Desktop.
foo: [a, b, *rest] {
bar: [*args] {
baz(*rest, *args)
local a, b: *args
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment