Doubly-linked list/Traversal: Difference between revisions

m
→‎{{header|PL/I}}: Fixed typo (teh → the)
m (→‎{{header|PL/I}}: Fixed typo (teh → the))
Line 1,483:
t => back_pointer = tail; /* Point the new tail back to the old */
/* tail. */
tail = t; /* Point at tehthe new tail. */
tail => fwd_pointer = bind(:node, null:);
/* Set the tail link to NULL */
Anonymous user