Difference between revisions of "Keyword"

From Free Pascal wiki
Jump to navigationJump to search
m
(bold inside Lazarus. Reword slightly)
Line 1: Line 1:
 
{{keyword}}
 
{{keyword}}
<br>
+
 
<br>
+
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 in the programming languages(See [[Reserved words|reserved words]]), it's in <b>bold</b> characters and it has a particular function. Some words (like [[Read|read]] or [[Write|write]]) are functions, not keywords.
 
<br>
 
<br>
 
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 11:22, 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 display keywords in a Free Pascal program in bold characters. Some very common Free Pascal words like read or write, are function names, not keywords.