Oxygen

struct
ACTION: define a compound variable type (C Syntax)
EXAMPLE:
struct rgbacolor
{
  red   as byte
  green as byte
  blue  as byte
  alpha as byte
}

RELATED: type typedef class