tkellehe / noodel

A programming language designed around supporting ASCII animation based code golfing challenges.
10 stars 0 forks source link

For each loop #85

Closed tkellehe closed 7 years ago

tkellehe commented 7 years ago

Have either a new loop or take advantage of the for loop, and have a command that will use the current loop count to access the array. Do the latter, and then remove part that loops though a string and instead does a number eval on the string. (Essentially for each only works on arrays)

tkellehe commented 7 years ago

Have a for each that does by value and another that can do by reference...