1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01: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

@ -50,7 +50,8 @@ public KEYWORD1
return KEYWORD1 Return
short KEYWORD1
signed KEYWORD1
static KEYWORD1 Static
static KEYWORD1 Static
String KEYWORD1 String
switch KEYWORD1 SwitchCase
this KEYWORD1
throw KEYWORD1