split line

This commit is contained in:
Peli de Halleux 2018-09-17 14:19:03 -07:00
parent 9229d5178c
commit 0b30698fbc

View File

@ -26,7 +26,9 @@ turtle.forward(1)
## Drawing a square
If you add enough ``||turtle:turnRight||`` and ``||turtle:forward||`` block, the turtle
will eventually draw a square. You can move the blocks in a ``||input:on button pressed||`` to easily run the code again.
will eventually draw a square.
You can move the blocks in a ``||input:on button pressed||`` to easily run the code again.
```blocks
input.onButtonPressed(Button.A, function() {