Singly-linked list/Reversal: Difference between revisions

→‎{{header|ALGOL 68}}: Another typo :(
(→‎{{header|ALGOL 68}}: Another typo :()
Line 14:
MODE STRINGLIST = STRUCT(STRING value, REF STRINGLIST next);
 
# construct a STRINGLIST with a few elmeentselements #
STRINGLIST list := ("Big",
LOC STRINGLIST := ("fjords",
3,045

edits