We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from lpython import u16, i32 u : u16 = u16(32768) print(u, i32(u))
This prints:
$ lpython a.py 32768 -32768
But I think it should print:
32768 32768