Servus,

var
    a: uint32 = 0x8000_0000 # compiler Error: type mismatch: got <int64> but 
expected 'uint32' b: uint32 = 0x4000_0000 # compiler ok

Reply via email to