INTEGER      SINGLE
 
Syntax


DIM  symbolname (size) [AS INTEGER]

DIM  symbolname [AS INTEGER]

Description


Used as a modifier in variable declarations with DIM or parameter declarations for FUNCTIONs or SUBs

INTEGER type is the default type so a DIM without an AS claus declares symbolname to be an INTEGER

Differences from other BASICs

See also