Platform
Win32, x64
Purpose
To get the bottom 8 bits of a 16 bit integer.
Syntax
INTEGER*1 FUNCTION LOBYTE@(WORD) INTEGER*2 WORD
Notes
This is the ClearWin+ Fortran equivalent of the Microsoft C macro with the same name. See also HIBYTE@, LOWORD@, HIWORD@.