-
Declaration:
- Function Lo (O : Word or Longint) : Byte or Word;
-
Description:
- Lo returns the low byte of its argument if this is of type Integer or Word. It returns the
low word of its argument if this is of type Longint or Cardinal.
-
Errors:
- None.
-
See also:
- Ord (542), Chr (464), Hi (510)
Listing: refex/ex38.pp