Difference between revisions of "Of"

From Free Pascal wiki
Jump to navigationJump to search
m (xlink Method)
m (Added back link page)
Line 1: Line 1:
 
{{of}}
 
{{of}}
 +
 +
 +
Back to [[Reserved words]].
 +
  
 
<syntaxhighlight lang="pascal" enclose="none">of</syntaxhighlight> is a [[Reserved word|reserved word]].
 
<syntaxhighlight lang="pascal" enclose="none">of</syntaxhighlight> is a [[Reserved word|reserved word]].
  
== occurences ==
+
== Occurences ==
  
 
The word <syntaxhighlight lang="pascal" enclose="none">of</syntaxhighlight> is used at several places.
 
The word <syntaxhighlight lang="pascal" enclose="none">of</syntaxhighlight> is used at several places.

Revision as of 13:40, 21 February 2020

Deutsch (de) English (en) suomi (fi) français (fr)


Back to Reserved words.


of is a reserved word.

Occurences

The word of is used at several places.

  • separating the base type of a structured data type
  • in conjunction with the word case distinguishing between alternatives
    • switch control structure: case of end
    • variant records: record case of end
  • specifying class references: class of
  • specifying references to class methods: procedure of