Source code

Revision control

Copy as Markdown

Other Tools

function X(n) {
while ((n--)) {
switch ( n ) { default : }
}
}
(X)(0);