1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Added String keyword

This commit is contained in:
Tom Igoe
2010-07-27 21:29:58 +00:00
parent 570454f178
commit 4df6fde6b5

View File

@ -51,6 +51,7 @@ return KEYWORD1 Return
short KEYWORD1
signed KEYWORD1
static KEYWORD1 Static
String KEYWORD1 String
switch KEYWORD1 SwitchCase
this KEYWORD1
throw KEYWORD1