This commit is contained in:
bronku 2025-11-28 12:47:57 +01:00
parent 415dfb6a0e
commit 9b4db724f1
2 changed files with 7 additions and 0 deletions

View file

@ -66,6 +66,7 @@ struct Pass : Stmt
}
};
// #todo elif
struct If : Stmt
{
ptr<Expr> condition;