Difference between revisions of "Of"

From Free Pascal wiki
Jump to navigationJump to search
m (Added back link page)
(Undo revision 132774 by Trev (talk); remove static “back to <some arbitrary page>” as there are _multiple_ pages linking here)
Tag: Undo
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 07:44, 17 May 2020

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

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