Of

From Free Pascal wiki
Revision as of 07:44, 17 May 2020 by Kai Burghardt (talk | contribs) (Undo revision 132774 by Trev (talk); remove static “back to <some arbitrary page>” as there are _multiple_ pages linking here)
Jump to navigationJump to search

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