Basic - Numbers
Types for storing numbers.Basic
Other pieces of example codes:Dim x As integer= -1234
Dim x As double= 3.14159265359
Dim x As long= -12345
Dim x As single= 3.14159265359
You can find it in the following collections: data types
Numbers in another programming language: