Aspect-oriented programming: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
m Alter: author2. Add: author pars. 2-2. | You can use this bot yourself. Report bugs here.| Activated by User:Marianne Zimmerman
Line 209:
print(result(x))
}
inputint result(int x) { return x }
around(int x): call(result(int)) && args(x) {
int temp = proceed(x)