blob: 5123194b0ef9cb9810ff73b523e337fd4ec96de9 [file] [log] [blame]
let z = 0;
for x in range(0, a) {
for y in range(0, x) {
continue;
}
z = x;
}
z