index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
devtools
/
server
/
tests
/
xpcshell
/
source-map-data
/
sourcemapped.coffee
blob: 73a400a219d9467919d6e9b43fcecaf7b4e4d34c (
plain
)
1
2
3
4
5
6
foo
=
(n) ->
return
"foo"
+
i
for
i
in
[
0
...
n
]
[
first
,
second
,
third
]
=
foo
(
3
)
debugger