git/t/t4018/r-indent

7 lines
91 B
Plaintext

RIGHT <- function(a, b) {
c = mean(a, b)
d = c + 2
ChangeMe()
return (d)
}