index
:
git.git
main
maint
master
next
seen
todo
The core git plumbing
Junio C. Hamano
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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) }