noun
Computing term for a fixed value written directly in source code, as opposed to a variable or expression. Compare with 直定数 (ちょくていすう).
See also: 直定数 (ちょくていすう)
このコードでは、数値リテラルを直接使っている。
This code uses numeric literals directly.
文字列リテラルはダブル
String literals are enclosed in double quotation marks.