#52 Keywords

brian Fri 17 Mar 2006

I released all the numeric primitive keywords like byte, char, int, sbyte, etc. So they may now be used as valid identifiers. Although don't use them for public members which need to be called from Java or C# (best practice is to just use them as local variables).

Login or Signup to reply.