Skip to content

Instantly share code, notes, and snippets.

@odarbelaeze
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save odarbelaeze/13192e08d62da358a4a3 to your computer and use it in GitHub Desktop.

Select an option

Save odarbelaeze/13192e08d62da358a4a3 to your computer and use it in GitHub Desktop.
# Case 1
val = function(
arga,
argb,
....
)
# Case 2
val = function(arga, argb
argc, argd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment