DefinitelyNotAGirl / c-2

0 stars 0 forks source link

for loops for list iteration #16

Open DefinitelyNotAGirl opened 6 months ago

DefinitelyNotAGirl commented 6 months ago

loops like: for(string& i : names) for(string& i :- names) for(string& i in names) for(string& i in-reverse names)

follow up issue to https://github.com/DefinitelyNotAGirl/c-2/issues/9#issuecomment-1868336560 @DefinitelyNotAGirl