GaijinEntertainment / daScript

daslang - high-performance statically strong typed scripting language
https://daslang.io
BSD 3-Clause "New" or "Revised" License
909 stars 102 forks source link

better naming #1290

Closed borisbat closed 1 month ago

borisbat commented 1 month ago
    var test <- [for i in 0..9; [for j in 0..9; i*j]]

and such are now ok. it takes 'column' into account for the generated names

also no crashing on init script