The following JavaScript statements are supported for the Calliope mini:
{ }
block statement - read moreif-else
conditional statement - read morewhile
loop - read moredo-while
loop - read morefor(;;)
loop - read moreswitch
statement (on numbers only) - read morebreak
statement - read morecontinue
statement - read morereturn
statement - read moredebugger
statement for breakpoints - read moreNEXT: Functions