TYPE
Declares a user-defined, compound type with a record-like structure
With variations: FreeBASIC
Also written as:
Usage
Variations
Examples
Comments
Related keywords
- END TYPE
Similar keywords
In other languages...
This is pretty much the BASIC equivalent to C structures (struct
) and Pascal records.