Conditionals
Branching on that condition.
Conditionals are very useful because they allow use to execute different instructions based on a boolean condition. Conditionals can also be nested to create complex instructions and branches.
Last updated
Branching on that condition.
Conditionals are very useful because they allow use to execute different instructions based on a boolean condition. Conditionals can also be nested to create complex instructions and branches.
Last updated