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-noindent
blob: 6d9b01ffe3d305236ffb6bd9a710d8602e76642d (
plain
) (
blame
)
1
2
3
4
5
6
RIGHT <- function(a, b) { c = mean(a, b) d = c + 2 ChangeMe() return (c) }