NimMajor: int = 1
when (NimMajor, NimMinor, NimPatch) >= (1, 3, 1): discard
NimMinor: int = 6
NimPatch: int = 12