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