Singly-linked list/Element removal: Difference between revisions

Content added Content deleted
Line 379: Line 379:
123
123
789</pre>
789</pre>

''Afterword''. The Rosetta Code linear list type was a good exercise. The linear lists code in the ATS2 prelude contains many unsafe operations, which is fine for a well tested library, but not terribly enlightening. In contrast, I wrote the Rosetta Code linear list type using only ‘safe’ ATS2 code.


=={{header|C}}==
=={{header|C}}==