paperbots icon indicating copy to clipboard operation
paperbots copied to clipboard

Add immutable variables/constants

Open badlogic opened this issue 7 years ago • 0 comments

One of these forms

const <name>(: type)? = <expr>
let <name>(:type)? = <expr>

I think i favor const as it is more clear.

Also support external constants!

badlogic avatar Oct 17 '18 22:10 badlogic