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