Sign in
code
/
git
/
refs/heads/seen
/
.
/
t
/
t4018
/
r-indent-nested
blob: 30412e6c79ca7e4cd453e7eeacb0132e76bdbac1 [
file
] [
log
] [
blame
] [
edit
]
LEFT
=
function
(
a
,
b
)
{
c
=
mean
(
a
,
b
)
RIGHT
=
function
(
d
,
e
)
{
f
=
var
(
d
,
e
)
g
=
f
+
1
ChangeMe
()
return
(
g
)
}
return
(
RIGHT
(
2
,
3
))
}