HTBasic Help
×
Menu
Index
LONG
 
"Long" is a data type. Other data types are I/O path, integer, real, complex and string. Longs are actually "long integers" and are in all ways identical to the integer data type, except that they have a range of -2,147,483,648 to 2,147,483,647. LONGs are stored in four bytes.