top | item 46377822

(no title)

kanbankaren | 2 months ago

yeah. I hate typing `local` for every variable. I would prefer they introduce some syntactic sugar like `let`(to mean local variable) and `const`(to mean local and constant).

discuss

order

otikik|2 months ago

“local” is the same as the “let” that you are describing, isn’t it? Just 2 chars longer.