noun
literal constant
In programming, a value written directly in source code, such as 42 or "hello", as opposed to a named constant or variable.
このコードでは、定数表現として数値の100が直接書かれている。
In this code, the number 100 is written directly as a literal constant.
Compound of 定数 (constant) and 表現 (expression), likely a calque from English 'literal constant' used in computing.