if else
This commit is contained in:
parent
415dfb6a0e
commit
9b4db724f1
2 changed files with 7 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ struct Pass : Stmt
|
|||
}
|
||||
};
|
||||
|
||||
// #todo elif
|
||||
struct If : Stmt
|
||||
{
|
||||
ptr<Expr> condition;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue