Simple, but I did not quite understand. I want something like this.
var t: range['a'..'z'] # Warning: Cannot prove that 't' is initialized.
This will become a compile time error in the future. [ProveInit]
t = 'c'
echo t
What am I doing wrong?
