FreeBASIC - Integers
Types for storing integers.FreeBASIC
Other pieces of example codes:Dim x As uinteger=70000
Dim x As ubyte=5
Dim x As longint= -82345
Dim x As byte= -5
Dim x As ushort=280
Dim x As short= -1234
You can find it in the following collections: numbers | data types
Integers in another programming language: