Basic - Signed integers
Types for storing signed 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: integers | numbers | data types
Signed integers in another programming language: