Jump to content

Doubly-linked list/Element definition: Difference between revisions

(→‎{{header|Axe}}: Added helper functions and simplified constructor)
Line 440:
# current nl ;;
- : int = 3</lang>
 
 
 
=={{header|Oforth}}==
 
Complete definition is here : [../Definition#Oforth]]
 
<lang oforth>Object Class new: DNode(value, mutable prev, mutable next)</lang>
 
=={{header|Oz}}==
1,015

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.