Adriandmen / 05AB1E

A concise stack-based golfing language
MIT License
760 stars 48 forks source link

Cumulative reduce-by loops `Å»` and `Å«` are missing `N`-indexing #202

Open kcruijss opened 1 year ago

kcruijss commented 1 year ago

Basically as the title states. Both cumulative reduce builtins are loops, but N will remain 0 (or whatever value it was in an outer loop).

Try it online.