Data Types


FreeBas9k has the following datatypes:

You can DIM variable of all data types singly, or in one dimensional arrays of unexplored maximum size. Theoretically, you can keep dimming variables until you run out of memory. STRING variables only take up room if you put something into them, so just because you can DIM it does not necessarily mean you can use it.

 

See Also: Variables, DIM, DEFLONG


Table Of Contents