IF is the conditional statement in Meta.
CONTROLS
IF condition block
condition - the condition that will be evaluated block - the block! of code that will be executed when the condition is met
This method has no refinements
IF controls is the statement following in the block! after the condition. The IF statement does not have an ELSE option. To use what is an IF THEN ELSE construction in Meta, change the IF into an EITHER.
The most common usecase
IF condition? [code to perform if condition is satisfied]