Ord

From Free Pascal wiki
Revision as of 08:07, 17 October 2023 by FPC user (talk | contribs) (internal link added for enum, integer, subrange types)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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