Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TNode

Declaration

Source position: exec.pas line 151

type TNode = packed record

  ln_Succ: PNode;

  ln_Pred: PNode;

  ln_Type: Byte;

  ln_Pri: ShortInt;

  ln_Name: PChar;

end;


Documentation generated on: 2023-03-18