Doubly-linked list/Element insertion: Difference between revisions

Racket
(→‎{{header|Perl 6}}: link to other enty)
(Racket)
Line 732:
anchor.next.prev = new
anchor.next = new</lang>
 
=={{header|Racket}}==
Code is on the [[Doubly-Linked List]] page, in function <code>insert-between</code>.
 
 
=={{header|REXX}}==
Anonymous user