mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-06 03:06:36 +00:00
If statements execute a certain action or an alternative one depending on whether the tested condition is true or false, this commit helps establish basic control flow capabilities in the AST.