Formating fixes for csintro pages. (#440)

This commit is contained in:
Galen Nickel
2017-07-10 05:35:39 -07:00
committed by Peli de Halleux
parent 3a85cd7822
commit 190408cf60
21 changed files with 48 additions and 47 deletions

View File

@ -128,7 +128,7 @@ What do you think would happen if we did not clear the screen? Try it.
## Showing the final values of the variables
To finish our program, we can add code that tells the Micro:bit to display the final values of our variables.
To finish our program, we can add code that tells the micro:bit to display the final values of our variables.
Since we have already used buttons A and B, we can use the on shake event handler block to trigger this event.
We can use the show string, show leds, pause, and show number blocks to display these final values in a clear way.
Here is the complete program.