summaryrefslogtreecommitdiff
path: root/t/t4018/r-noindent
blob: 6d9b01ffe3d305236ffb6bd9a710d8602e76642d (plain)
1
2
3
4
5
6
RIGHT <- function(a, b) {
c = mean(a, b)
d = c + 2
ChangeMe()
return (c)
}