Skip to content

Instantly share code, notes, and snippets.

@rbobillot
Created July 27, 2015 00:13
Show Gist options
  • Save rbobillot/da06e34c700a536bd58d to your computer and use it in GitHub Desktop.
Save rbobillot/da06e34c700a536bd58d to your computer and use it in GitHub Desktop.
def infiniteArg( arg:Any* ) = arg.foreach( println )
infiniteArg( 1, 2, 3 )
infiniteArg( "1", 2, '3' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment