-
Declaration:
- Function Hi (X : Ordinal type) : Word or byte;
-
Description:
- Hi returns the high byte or word from X, depending on the size of X. If the size of X is 4,
then the high word is returned. If the size is 2 then the high byte is returned. Hi cannot be
invoked on types of size 1, such as byte or char.
-
Errors:
- None
-
See also:
- Lo (529)
Listing: refex/ex31.pp