vrodedanya / naobi

Naobi language
https://vrodedanya.github.io/naobi/
MIT License
4 stars 0 forks source link

[FEATURE] Const #23

Open vrodedanya opened 2 years ago

vrodedanya commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes we need to mark variable as const to prevent from being changed

Describe the solution you'd like Just a 'const' modifier. Need to think about initializing const. For example java and c++ const (final). There is Also exist constexpr for compile time constants