Doubly-linked list/Element definition: Difference between revisions

Added solution for Action!
m (→‎{{header|Phix}}: replaced "notonline" tag with a comment.)
(Added solution for Action!)
Line 11:
{{Template:See also lists}}
<br><br>
 
=={{header|Action!}}==
<lang Action!>TYPE ListNode=[
BYTE data
CARD prv,nxt]</lang>
{{out}}
[https://gitlab.com/amarok8bit/action-rosetta-code/-/raw/master/images/Doubly-linked_list_element_definition.png Screenshot from Atari 8-bit computer]
 
=={{header|Ada}}==
Anonymous user