User:Nyet/sandbox
Jump to navigation
Jump to search
asdfasdf
for (i=0;i<foo;i++) {
switch(i) {
case 1: bar() break;
default: foo() break;
}
}