1.5 KiB
1.5 KiB
Statements
The following JavaScript statements are supported for the micro:bit:
Variable declarations
Block-structured statements
{ }block statement - read moreif-elseconditional statement - read morewhileloop - read moredo-whileloop - read morefor(;;)loop - read moreswitchstatement (on numbers only) - read more
Control-flow commands
breakstatement - read morecontinuestatement - read morereturnstatement - read moredebuggerstatement for breakpoints - read more
Labelling statements
~button /js/functions
NEXT: Functions