Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
t4018
/
r-indent-nested
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
text
10 lines
183 Bytes
Copy permalink
Copy
Raw
1
LEFT = function(a, b) {
2
c = mean(a, b)
3
RIGHT = function(d, e) {
4
f = var(d, e)
5
g = f + 1
6
ChangeMe()
7
return (g)
8
}
9
return (RIGHT(2, 3))
10
}