Both the TinyBasicPlus and the ESP32 variant don't use the THEN keyword in a IF statement
This commit is contained in:
SmallRoomLabs 2018-02-09 13:01:52 +01:00 committed by krzychb
parent 475e3cc43e
commit ef080c0841

View File

@ -44,7 +44,7 @@ Expressions, Math
Control
-------
- IF expression THEN statement - *perform statement if expression is true*
- IF expression statement - *perform statement if expression is true*
- FOR variable = start TO end - *start for block*
- FOR variable = start TO end STEP value - *start for block with step*
- NEXT - *end of for block*