1
Ask a Question / Help with "const" type please
« on: April 09, 2014, 01:49:43 am »
hi, all 
I need to set "const" type. Something like this:

I need to set "const" type. Something like this:
Code: [Select]
const SECRET_KEY:String = "bla-bla-bla";
how can I do this? Help please.