対訳 予約語
プログラミング言語中で意味が特定されており,ユーザが書くプログラムの都合によって意味を変更することができない語.例えば,COBOLでの“AND",“BEFORE",“CLOSE"など.
プログラマが再定義できない既定義識別子.
<備考>予約語のないプログラム言語もある
出典:Wiktionary
出典:Wikipedia
出典:『Wikipedia』 (2011/04/04 09:36 UTC 版)
Reserved words (occasionally called keywords) are one type of grammatical construct in programming languages. These words have special meaning within the language and are predefined in the language’s formal specifications. Typically, reserved words include labels for primitive data types in languages that support a type system, and identify programming constructs such as loops, blocks, conditionals, and branches.