| ... | @@ -3220,6 +3220,7 @@ pub const Node = struct { | ... | @@ -3220,6 +3220,7 @@ pub const Node = struct { |
| 3220 | /// `while (lhs) : (a) b else c`. `While[rhs]`. | 3220 | /// `while (lhs) : (a) b else c`. `While[rhs]`. |
| 3221 | /// `while (lhs) |x| : (a) b else c`. `While[rhs]`. | 3221 | /// `while (lhs) |x| : (a) b else c`. `While[rhs]`. |
| 3222 | /// `while (lhs) |x| : (a) b else |y| c`. `While[rhs]`. | 3222 | /// `while (lhs) |x| : (a) b else |y| c`. `While[rhs]`. |
| | 3223 | /// The cont expression part `: (a)` may be omitted. |
| 3223 | @"while", | 3224 | @"while", |
| 3224 | /// `for (lhs) rhs`. | 3225 | /// `for (lhs) rhs`. |
| 3225 | for_simple, | 3226 | for_simple, |