Oxygen

type
ACTION: define a compound variable type
EXAMPLE:
'          type rgbacolor
  red   as byte
  green as byte
  blue  as byte
  alpha as byte
end type

RELATED: typedef struct class