Remove a node from a list
Source position: exec.pas line 1882
procedure Remove( |
node: PNode |
); |
node |
|
A node to remove |
Unlink a node from whatever list it is in. Nodes that are not part of a list must not be passed to this function!
|
Append node to tail of a list |
|
|
Insert a node at the head of a list |
|
|
Insert or append node to a system list |
|
|
Insert a node into a list |
|
|
Remove the head node from a list |
|
|
Remove the tail node from a list |