FreeBASIC - Data types
FreeBASIC
Other pieces of example codes:Dim x As ubyte=5
Dim x As longint= -82345
Dim b As boolean= x
Dim x As uinteger=70000
Dim x As byte= -5
Dim x As short= -1234
Data types in another programming language:
Dim x As ubyte=5
Dim x As longint= -82345
Dim b As boolean= x
Dim x As uinteger=70000
Dim x As byte= -5
Dim x As short= -1234