What lua version(s) is this feature from?
Luau
What feature are you requesting?
luau have const variable now
const a = 42 print(a)
Can you go in further detail of what this feature is about?
const keyword for defining constant bindings that are statically forbidden to be reassigned to
Please ensure you have done the following actions:
What lua version(s) is this feature from?
Luau
What feature are you requesting?
luau have const variable now
const a = 42 print(a)Can you go in further detail of what this feature is about?
const keyword for defining constant bindings that are statically forbidden to be reassigned to
Please ensure you have done the following actions: