Definitions

Todo

The documentation for this feature is incomplete. See the old documentation

Syntax

The syntax for definitions is given by the following EBNF grammar:

definition ::= [ "override" ]
               "definition" id [ "(" params ")" ]
               "returns" cvl_type
               "=" expression ";"

See Types, Expressions and Identifiers for descriptions of the cvl_type, expression, and id productions respectively.