Changes between Initial Version and Version 1 of Ticket #2873


Ignore:
Timestamp:
2014-10-07T14:47:38Z (10 years ago)
Author:
Per Östlund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2873

    • Property Summary Implemented for-loop for arraysImplement for-loop for arrays
  • Ticket #2873 – Description

    initial v1  
    11It would be nice to be able to loop over arrays in the bootstrapped compiler, similar to how it's possible to loop over lists. E.g.:
    2 {{{
     2{{{#!mo
    33  array<T> someArray;
    44algorithm