buzz-language / buzz

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

Subscript of list with range gives sub-list #275

Open giann opened 2 months ago

giann commented 2 months ago
var subList = myList[0..4];