Lessons

Choose and Return

0 of 7 problems complete

1. Introduction

if runs a block only when a test is true.

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.

100%
Spd10

Read this section, then tap Next to start the first problem.