peter54 Wed, 09 Oct 2019 03:31:01 -0700
Servus,
var a: uint32 = 0x8000_0000 # compiler Error: type mismatch: got <int64> but expected 'uint32' b: uint32 = 0x4000_0000 # compiler ok