16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
|
& Lesson 2: Repeating things, labouriously
|
||
|
|
||
|
& Let's draw a box!
|
||
|
& How do we start?
|
||
|
|
||
|
forward! (100)
|
||
|
|
||
|
& We move forward.
|
||
|
& Now we turn right:
|
||
|
|
||
|
right! (100)
|
||
|
|
||
|
& How many more times should we do that?
|
||
|
& How many total times do we do that?
|
||
|
& Finish the code to finish drawing the box.
|