Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in parameter-passing

Bare asterisk in function arguments?

Why use the params keyword?

Expanding tuples into arguments

How do I pass multiple parameters into a function in PowerShell?

How can I pass an argument to a PowerShell script?

What does map(&:name) mean in Ruby?

How to write a bash script that takes optional input arguments?

What does the star and doublestar operator mean in a function call?

How to pass all arguments passed to my bash script to a function of mine? [duplicate]

Check number of arguments passed to a Bash script

What does ** (double star/asterisk) and * (star/asterisk) do for parameters?

How do I pass a variable by reference?

Is Java "pass-by-reference" or "pass-by-value"?