pxt-calliope/docs/javascript/operators.md
2017-03-07 10:17:01 -08:00

864 B

Operators

The following JavaScript operators are supported for the @boardname@.

~hint

Note that for the @boardname@ all arithmetic is performed on integers, rather than floating point. This also is true when simulating in the browser.

~

Assignment, arithmetic and bitwise

Comparision and conditional

~button /javascript/statements

NEXT: Statements

~