Difference between revisions of "Keyword"

From Lazarus wiki
Jump to navigationJump to search
(bold inside Lazarus. Reword slightly)
Line 1: Line 1:
 
{{keyword}}
 
{{keyword}}
  
A keyword is a word with a special meaning and function in a programming language (See [[Reserved words|reserved words]]). [[Lazarus]] will display keywords in a Free Pascal program in <b>bold</b> characters. Some very common Free Pascal words like [[Read|read]] or [[Write|write]], are function names, not keywords.
+
A keyword is a word with a special meaning and function in a programming language (See [[Reserved words|reserved words]]).  
 +
 
 +
[[Lazarus]] will usually display keywords in a Free Pascal program in '''bold''' black characters. Use [IDE options|Editor|Colors] to change.
 +
 
 +
Some very common Free Pascal words like [[Read|read]] or [[Write|write]], are infact function names, not keywords.
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 12:19, 17 July 2016

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 reserved words).

Lazarus will usually display keywords in a Free Pascal program in bold black characters. Use [IDE options|Editor|Colors] to change.

Some very common Free Pascal words like read or write, are infact function names, not keywords.