for arr: (it) {}
This commit is contained in:
@@ -349,6 +349,8 @@ pub const WhileExpr = struct {
|
||||
pub const ForExpr = struct {
|
||||
iterable: *Node,
|
||||
body: *Node,
|
||||
capture_name: []const u8,
|
||||
index_name: ?[]const u8 = null,
|
||||
};
|
||||
|
||||
pub const SpreadExpr = struct {
|
||||
|
||||
Reference in New Issue
Block a user