Syntax Element: :

Description

Declares that the symbol on the left hand side inherits from the symbol on the right.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
// causes version 1.1 to inherit from version 1.0
handversion 1.1 : 1.0
// causes Y to inherit from X
public table X ("dat_X");
public table Y : X;

Notes

Related Use Cases

Related Concepts

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords