Changes between Initial Version and Version 1 of Ticket #2873
- Timestamp:
- 2014-10-07T14:47:38Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2873
- Property Summary Implemented for-loop for arrays → Implement for-loop for arrays
-
Ticket #2873 – Description
initial v1 1 1 It 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 3 3 array<T> someArray; 4 4 algorithm