Skip to content

Instantly share code, notes, and snippets.

@od0x0
Created January 23, 2011 19:49
Show Gist options
  • Save od0x0/792374 to your computer and use it in GitHub Desktop.
Save od0x0/792374 to your computer and use it in GitHub Desktop.
init: func ~withAllArgs(=ano, =mes, =dia){}
init: func (ano := 2011, mes := 1, dia := 1) {
init~withAllArgs(ano, mes, dia)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment