05-21-2025, 11:41 AM
I think the best way a beginner might look at a function is that a function works just like a formula, feed it arguments and it RETURNS a single result and you don't usually want to change the value of the arguments while processing the result.
b = b + ...