FreeBASIC - Numbers
Types for storing numbers.FreeBASIC
Other pieces of example codes:Dim x As ushort=280
Dim x As ubyte=5
Dim x As ulongint=7001234
Dim x As byte= -5
Dim x As short= -1234
Dim x As integer= -12345
You can find it in the following collections: data types
Numbers in another programming language: