ca3cd1de22
# Conflicts: # package.json
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-else
conditional statement - read morewhile
loop - read moredo-while
loop - read morefor(;;)
loop - read moreswitch
statement (on numbers only) - read more
Control-flow commands
break
statement - read morecontinue
statement - read morereturn
statement - read moredebugger
statement for breakpoints - read more
Labelling statements
~button /js/functions
NEXT: Functions