DenialAdams / roland

Roland programming language
https://www.brick.codes/roland
Apache License 2.0
48 stars 0 forks source link

array literals could allow uininitialized portions #129

Open DenialAdams opened 8 months ago

DenialAdams commented 8 months ago

x = [1, 2, _];

This would be more consistent with structs, allow it's probably not likely to be used often.