Added String keyword

This commit is contained in:
Tom Igoe 2010-07-27 21:29:58 +00:00
parent 570454f178
commit 4df6fde6b5
1 changed files with 2 additions and 1 deletions

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