let int: char = 'c' #no error???? echo typeof int #char? why is this not typedesc[int] let char: int = 1 #this still works # was this always a thing?