blob: 6d9b01ffe3d305236ffb6bd9a710d8602e76642d [file] [log] [blame] [edit]
RIGHT <- function(a, b) {
c = mean(a, b)
d = c + 2
ChangeMe()
return (c)
}