In the first instance Nim tries to create an int literal first, then convert it 
to a uint64. In the second case you're telling Nim that the number is actually 
a uint64 to begin with, and thus no conversion.

Reply via email to