Help with "const" type please

evgo

  • Posts: 13
hi, all  :o
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.


evgo

  • Posts: 13
"static inline"

http://haxe.org/ref/keywords
Thank you for link Alexin. I understood problem now. This const variables implemented in updated Gameanalytics API for as games. So I think it can't be used with Haxe (Stencyl). I will use old GA API without const.