Singly-linked list/Traversal: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: changed the terminator from 1 to to NULL)
m (BBC BASIC moved to the BASIC section.)
Line 754: Line 754:
End</syntaxhighlight>
End</syntaxhighlight>


=={{header|BBC BASIC}}==
=={{header|BASIC}}==
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> DIM node{pNext%, iData%}
<syntaxhighlight lang="bbcbasic"> DIM node{pNext%, iData%}