Ord

From Free Pascal wiki
Revision as of 16:26, 6 August 2022 by Kai Burghardt (talk | contribs) (resolve Category: Pages using deprecated enclose attributes, remove explicit categorization in Category: Pascal already done via language bar template {{Ord}})
Jump to navigationJump to search

Deutsch (de) English (en) français (fr) русский (ru)

The language construct ord(someVariable) evaluates to the index of any ordinal type, including, but not limited to any integer type and sub-ranges thereof, char, boolean, or any enumerative type.

see also