Open parsifal-47 opened 10 years ago
following example is producing unnamed loop iterator variable
function Main( M : integer returns array[real] ) for i in 1, M returns array of 1 + i end for end function
not sure about now, it should be rechecked
following example is producing unnamed loop iterator variable
function Main( M : integer returns array[real] ) for i in 1, M returns array of 1 + i end for end function