Function composition: Difference between revisions

Line 159:
-- 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
 
9,655

edits