Skip to content

Commit ef080c0

Browse files
SmallRoomLabskrzychb
authored andcommitted
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
1 parent 475e3cc commit ef080c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guides/romconsole.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Expressions, Math
4444
Control
4545
-------
4646

47-
- IF expression THEN statement - *perform statement if expression is true*
47+
- IF expression statement - *perform statement if expression is true*
4848
- FOR variable = start TO end - *start for block*
4949
- FOR variable = start TO end STEP value - *start for block with step*
5050
- NEXT - *end of for block*

0 commit comments

Comments
 (0)