pxt-calliope/docs/js/operators.md
2017-02-28 14:58:42 -08:00

856 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 /js/statements

NEXT: Statements

~