I think this has already been flagged/reported
type
SQUARES = enum A1 = 21, B1, C1
var BOARD: array[120,SQUARES]
# Warning: Cannot prove that 'BOARD' is initialized.
# This will become a compile time error in the future. [ProveInit]
So it won't compile later on. Any simple workaround?
Thanks for your help
(oh also, just FYI https://learnxinyminutes.com/docs/nim/ now gets similar warning)