Getting Started Guide
SCRATCH CODING KIT
Let's see how the ice cream case turns into a scratch.
If the weather is cold and
we want sweets, we'll have
ice cream. If we do not
want sweet, we will not eat
ice cream.
If the weather is not hot,
we will not eat ice cream
even if we want something
sweet.
Nesting 'if' syntax in scratch
Introduction
It’s very hot
I want something sweet
I want something sweet
I don't eat ice cream
I don't eat ice cream
I don't eat ice cream
I eat ice cream
I eat ice cream
if
if
else
else
else
if