Table of Contents

TYPE

Declares a user-defined, compound type with a record-like structure

Implemented by: QBasic, VBDOS

With variations: FreeBASIC

Also written as:

Usage

Variations

Examples

Comments

Similar keywords

In other languages...

This is pretty much the BASIC equivalent to C structures (struct) and Pascal records.

References