Source position: rexx.pas line 43
type TNexxStr = record
ns_Ivalue: LongInt;
ns_Length: Word;
ns_Flags: Byte;
ns_Hash: Byte;
ns_Buff: array [0..7] of Byte;
end;