Source code

Revision control

Copy as Markdown

Other Tools

function f() {
var args = arguments;
var i = 0;
while (!inIon()) args[i];
};
f();