literálja
Literálja is a term used in programming and computer science to refer to a fixed value written directly into the source code of a program. Unlike variables, which can change their value during program execution, literals have a constant value that is predetermined by the programmer.
Literals can represent various data types. For example, numeric literals include integers like 10, 255, or -5,
The primary purpose of literals is to provide concrete values for operations, initializations, or comparisons within