Singly-linked list/Element definition: Difference between revisions

Line 64:
[[Category:Pascal]]
 
A simple one way list. I use a generic pointer for the data that way it can point to any structure, individual variable or whatever. Note that in Standard Pascal, there are no generic pointers, therefore one has to settle for a specific data type there.
 
Type
973

edits