mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Remove the THEN keyword from IF. Closes https://github.com/espressif/esp-idf/issue/1606
Both the TinyBasicPlus and the ESP32 variant don't use the THEN keyword in a IF statement
This commit is contained in:
parent
475e3cc43e
commit
ef080c0841
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user