Sum and product of an array: Difference between revisions

Content added Content deleted
Line 220:
-- lifted into a script which is a first-class object
on mReturn(f)
script mf
onproperty call() : f
end call
end script
set mf's call to f
return mf
end mReturn