Keyword

From Lazarus wiki
Revision as of 10:03, 30 June 2019 by Djzepi (talk | contribs)
Jump to navigationJump to search

Deutsch (de) English (en) Esperanto (eo) suomi (fi) français (fr) русский (ru)

A keyword is a word with a special meaning and function in a programming language (see also 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.