If you want a parameter to be a call-by-reference parameter,
rather than an ordinary call-by-value parameter, then add an ampersand to
the parameter-type declaration in the parameter list:
data type function name (...,
data type& parameter name,
...)