Source position: rexx.pas line 119
type tRexxArg = record
ra_Size: LongInt;
ra_Length: Word;
ra_Flags: Byte;
ra_Hash: Byte;
ra_Buff: array [0..7] of Byte;
end;