DomainClause

This clause defines a set of values that are used as the default domain for parameters of the specified type.

Syntax Definition

DomainClause ::= domain Type = Domain .
Domain ::= Domain + Domain | EmbeddedCode | instances Type | { [ ElementList ] } | CollectionBySizeDomain .
CollectionBySizeDomain ::= Type [ Literal [ .. Literal ] ] .
ElementList ::= Element { , Element } .
Element ::= Expression [ .. Expression ] .

See Also

Reference

Configuration
Domain
Expression

Concepts

Cord Syntax Definition

Other Resources

Cord Scripting Language