Aspect oriented programming: Difference between revisions

Content added Content deleted
Line 142: Line 142:


function add2(x)
function add2(x)
log(s)
log("added 2 to $x")
Adder.add2(x)
Adder.add2(x)
end
end