danilopedraza / symstatic

The Symstatic programming language code repository
https://symstatic.org/book
GNU General Public License v3.0
2 stars 0 forks source link

for loops #10

Closed danilopedraza closed 3 months ago

danilopedraza commented 5 months ago

I need syntax for a for loop. Something like this:

let nums := [1, 2, 4, 8]
for num in nums: print(num)
danilopedraza commented 3 months ago

this looks done. I will need to make changes to the implementation as I add more iterable structures.