出典:Wikipedia
出典:『Wikipedia』 (2011/05/11 14:02 UTC 版)
In computer programming, a constant is an identifier whose associated value cannot typically be altered by the program during its execution (though in some cases this can be circumvented, e.g. using self-modifying code). Many programming languages make an explicit syntactic distinction between constant and variable symbols.