Singly-linked list/Element definition: Difference between revisions

Content deleted Content added
GP
not a good way, maybe I'll try later
Line 395: Line 395:


but that would be really awkward to use.
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}}==
=={{header|Pascal}}==