Literais
Literais is a term used in Portuguese-language programming literature to refer to literals, the fixed values embedded directly in source code. Literais specify constants that do not change during program execution and include numbers, strings, characters, booleans, and null values. They are contrasts to identifiers and expressions that compute values at runtime.
Typical categories of literais include integer and floating-point literals, string literals, character literals, boolean literals, and
In language design, literais are often parsed as fixed, compile-time values and may participate in optimizations
See also: literals (computing), constants, data types. In natural-language studies, the term literals can also refer