some doc fixes

This commit is contained in:
Tom Ball
2016-07-25 17:00:51 -04:00
parent ca3cd1de22
commit c4139a862f
4 changed files with 11 additions and 30 deletions

View File

@@ -1,8 +1,11 @@
## Operators
The following JavaScript operators are supported for the micro:bit.
### ~hint
Note that for the micro:bit all arithmetic is performed on integers, rather than floating point.
This also is true when simulating in the browser.
### ~
# Assignment, arithmetic and bitwise
@@ -22,6 +25,6 @@ This also is true when simulating in the browser.
* strings, with a few common methods
* [string templates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) (`` `x is ${x}` ``)
### ~button /js/controlflow
NEXT: Control Flow
### ~button /js/statements
NEXT: Statements
### ~