Hi,
I have noticed that "default" is considered as a reserved keyword, so you cannot use it for variable names, whereas in C++ it's "default:" that is reserved. Is there any way to change that? It is causing me trouble while converting existing c++ code into angelscript...