Logo Trail
0 of 7 problems complete
if runs a block only when a test is true.
if
greater? :n 50 and :n > 50 are two ways to ask the same question: “Is :n greater than 50?” If the answer is false, the block is skipped.
greater? :n 50
:n > 50
:n
Read this section, then tap Next to start the first problem.