Doubly-linked list/Element definition: Difference between revisions

Content added Content deleted
Line 445: Line 445:
=={{header|Oforth}}==
=={{header|Oforth}}==


Complete definition is here : [../Definition#Oforth]]
Complete definition is here : [[../Definition#Oforth]]


<lang oforth>Object Class new: DNode(value, mutable prev, mutable next)</lang>
<lang oforth>Object Class new: DNode(value, mutable prev, mutable next)</lang>