Singly-linked list/Element definition: Difference between revisions

GP
m (→‎{{header|Fantom}}: and the default successor is 'null')
(GP)
Line 395:
 
but that would be really awkward to use.
 
=={{header|PARI/GP}}==
Nothing built-in, just basic elements.
<lang parigp>e.val = 5;
e.nxt = f</lang>
 
=={{header|Pascal}}==