Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
literal
Last modified: Tuesday, March 12, 2002
In programming, a value written exactly as it's meant to be interpreted. In contrast, a variable is a name that can represent different values during the execution of the program. And a constant is a name that represents the same value throughout a program. But a literal is not a name -- it is the value itself.