parsifal-47 / sisal-js

Javascript interpreter for sisal
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

loop variable without name #13

Open parsifal-47 opened 10 years ago

parsifal-47 commented 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

parsifal-47 commented 9 years ago

not sure about now, it should be rechecked