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