Update fll.md

This commit is contained in:
Peli de Halleux 2018-11-12 07:47:31 -08:00 committed by GitHub
parent d76cea1477
commit 6fa5c1b688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ Click the **JavaScript** button at the top of the page to get to the JavaScript
### How do I use the Simulator? ### How do I use the Simulator?
The Simulator will show the physical representation of your code blocks. For example, based on this code snippet, the Simulator with show the touch sensor on Port 1, and a large motor on Port D. The Simulator will show the physical representation of your code blocks. For example, based on this code snippet, the Simulator will show the touch sensor on Port 1, and a large motor on Port D.
```blocks ```blocks
sensors.touch1.onEvent(ButtonEvent.Pressed, function () { sensors.touch1.onEvent(ButtonEvent.Pressed, function () {