const
Appearance
English
[edit]Etymology
[edit]Abbreviation of constant, used as a keyword in certain programming languages.
Noun
[edit]const (plural consts)
- (programming) A variable whose value cannot be changed directly.
Derived terms
[edit]Adjective
[edit]const (not comparable)
- (programming, of a variable) Whose value cannot be changed directly.
- (programming, of a function) Which cannot change the value of its class’s attributes.