Skip to content

Instantly share code, notes, and snippets.

@UltraSimplified
Created November 15, 2012 15:01
Show Gist options
  • Save UltraSimplified/4079045 to your computer and use it in GitHub Desktop.
Save UltraSimplified/4079045 to your computer and use it in GitHub Desktop.
Function block
function new_function( var1 = "", var2 = null ){
// do something
}
new_function( "a", "b" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment