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