buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.23k stars 35 forks source link

Constant object/class properties #13

Closed giann closed 5 months ago

giann commented 2 years ago
object A {
    const num assignedOnce;
}