Iterators: Difference between revisions

m
m (J: try to fit in with the crowd a bit better)
Line 330:
value iterate^:3 DOW
thursday</lang> etc.
 
(Except that this approach does not support negative indexing, so indexing from the end of a list would, for the general case, require either extending the system with explicit support for a length operation or iterating once over the list to determine the list length.)
 
=={{header|Julia}}==
6,951

edits