Pluxbox Logo

Static Option

Static option is a data type that allow us to define a set of named constants.

Example:

Direction {
  Up,
  Down,
  Left,
  Right,
}