Navigation: A-Shell BASIC (ASB) > Functions > User-Defined Functions > Parameter Passing
Parameter Passing (Out)
In addition to the Return Expression of a function, both functions and procedures can pass updated values of the parameters they received back to the calling routine, by using XPUTARG.
See Also