Issue: `for (let i = 0; i < n; i++)` and `for (let i = 0; i > n; i++)` translate to the same thing. This indicates a pretty serious issue, we should probably rewrite ForHelper.ts
Issue:
for (let i = 0; i < n; i++)andfor (let i = 0; i > n; i++)translate to the same thing.This indicates a pretty serious issue, we should probably rewrite ForHelper.ts