blob: 0e46faa3a8622e3b9fcf0a301afa384a7f1f6908 [file]
let z = 0;
for x in range(0, a) {
for y in range(0, x) {
break;
}
z = x;
}
z