Closures/Value capture: Difference between revisions

Content added Content deleted
Line 1,032: Line 1,032:
property _code
property _code


-- code must contain a line that starts with "res="
-- if the function is supposed to return something, the code must contain a line that starts with "res="
on new (me, code)
on new (me, code)
me._code = code
me._code = code