]> granicus.if.org Git - esp-idf/commitdiff
Remove the THEN keyword from IF. Closes https://github.com/espressif/esp-idf/issue...
authorSmallRoomLabs <git@smallroomlabs.com>
Fri, 9 Feb 2018 12:01:52 +0000 (13:01 +0100)
committerkrzychb <krzychb@gazeta.pl>
Tue, 13 Feb 2018 14:06:05 +0000 (15:06 +0100)
Both the TinyBasicPlus and the ESP32 variant don't use the THEN keyword in a IF statement

docs/api-guides/romconsole.rst

index 37fd5694ed52542914c6800e6bf8d99ac5e48278..d33ca0000528f86919ca925fbade71d0e6bb82dc 100644 (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*