Source code

Revision control

Copy as Markdown

Other Tools

(function() {
((function f(a) {
if (a > 0) {
f(a - 1)
}
})(6))
})()