constant
constant — A programming or system constant.
Synopsis
constant ::= × ⏵
- Zero or more of:
- text
replaceable- Graphic inlines ⏵
- Indexing inlines ⏵
- Linking inlines ⏵
- Ubiquitous inlines ⏵
Attributes
Common attributes and common linking attributes.
Additional attributes:
- class (enumeration)
- “limit”
Description
A constant identifies a value as immutable. It
is most often used to identify system limitations or other defined
constants.
Processing expectations
Formatted inline.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- class
Identifies the class of constant
Enumerated values: “limit” The value is a limit of some kind
Parents
56 elements contain constant. × ⏵
Children
29 elements occur in constant. × ⏵
See Also
Related elements: command, computeroutput, literal, markup, option, optional, parameter, prompt, replaceable, tag, userinput, varname.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>|<title>Example constant</title>||<para>In ACL, <constant>main::PCS</constant> contains the path component5 |separator character.|</para>||</article>
In ACL, main::PCS contains the path component
separator character.
1 |<article xmlns='http://docbook.org/ns/docbook'>|<title>Example constant</title>||<para>The maximum legal length for a path name is5 |<constant class='limit'>PATH_MAX</constant>, defined in|<filename class='headerfile'>limits.h</filename>.|</para>||</article>
The maximum legal length for a path name is
PATH_MAX, defined in
limits.h.