Keyword
From Free Pascal wiki
Jump to navigationJump to searchThe printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
│
Deutsch (de) │
English (en) │
Esperanto (eo) │
suomi (fi) │
français (fr) │
русский (ru) │
A keyword is an identifier with a special meaning and function in a programming language.
Keywords include reserved words (such as begin
or
while
) and modifiers (such as reintroduce
or absolute
) (see also Free Pascal reserved words).
Lazarus will usually display keywords in Pascal text files (source code) in bold black characters using syntax highlighting. Use [IDE options|Editor|Colors] to change.
Some very common Free Pascal words like read
or write
, are in fact procedure
names, not keywords.