index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t4018
/
r-indent
blob: 9df440f2a4999a1cee733c99a71496c644fa951a (
plain
) (
blame
)
1
2
3
4
5
6
RIGHT <- function(a, b) { c = mean(a, b) d = c + 2 ChangeMe() return (d) }