Iterators: Difference between revisions

Content added Content deleted
Line 119: Line 119:
FirstFourthFifth(Iterators.reverse(days))
FirstFourthFifth(Iterators.reverse(days))
FirstFourthFifth(Iterators.reverse(colors))
FirstFourthFifth(Iterators.reverse(colors))
</lang>
</lang>{{out}}
<pre>
<pre>
All elements:
All elements:
Line 133: Line 133:
Purple, Yellow, Orange
Purple, Yellow, Orange
</pre>
</pre>



=={{header|Phix}}==
=={{header|Phix}}==