User:Eriksiers/Linked List: Difference between revisions

Fixed old lang -> syntaxhighlight error
m (updated lang tag)
(Fixed old lang -> syntaxhighlight error)
 
Line 128:
Public Function prevNode() As Boolean
curNode = nodes(curNode).nPrv
End Function</langsyntaxhighlight>
 
==Simplified==
Line 136:
With minor modifications, this could conceivably work under QBasic (though obviously not as a class).
 
<langsyntaxhighlight lang=vb>'This class is in the Public Domain.
Public Enum BeforeOrAfter
Before = 0
1,150

edits