Arithmetic numbers: Difference between revisions

m
→‎{{header|Phix}}: (or return all)
m (→‎{{header|Phix}}: (I meant call not loop))
m (→‎{{header|Phix}}: (or return all))
Line 1,688:
suchlike, in order to collect/output the completely different post-invocation value.
Or and perhaps even better, just simply avoid writing functions with side-effects,
or mnake it a function that returns everything in a guaranteed consistent manner,
and of course were get_arithmetic() a procedure [with side-effects] rather than a
function, you would not be tempted to invoke it inline or use any other form of
7,805

edits