paperbots
paperbots copied to clipboard
Add immutable variables/constants
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!