Last list item: Difference between revisions

Content added Content deleted
m (Algol 68 →‎Without sorting: changed notes)
Line 101: Line 101:
OD;
OD;
print( ( "Last item is ", whole( a[ 1 ], 0 ), ".", newline ) )
print( ( "Last item is ", whole( a[ 1 ], 0 ), ".", newline ) )
END
END</lang>
</lang>
{{out}}
{{out}}
<pre>
<pre>