Passing by Values

Function arguments are passed by values in OpenMatrix language functions calls.

By opposition to passing by reference, this means that the arguments that are actually passed to the function are the values (often a copy). As a main consequence, it results that the arguments are not modified outside the function.