buzz-language / buzz

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

Use `_` in number literals #163

Closed giann closed 9 months ago

giann commented 10 months ago
int num = 1_000_000;