Unit 'Exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TNode

Declaration

Source position: exec.pas line 127

type TNode = record

  ln_Succ: PNode;

  ln_Pred: PNode;

  ln_Name: STRPTR;

  ln_Type: Byte;

  ln_Pri: ShortInt;

end;


Documentation generated on: 2023-03-18