function foo() {
x = new Random();
case (x = 10):
return (x);
default:
foo()
}
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
function foo() {
x = new Random();
case (x = 10):
return (x);
default:
foo()
}