discard"""errormsg: "interpretation requires too many iterations; if you are sure this is not a bug in your code edit compiler/vmdef.MaxLoopIterations and rebuild the compiler""""# issue #9829macrofoo():untyped=letlines=["123","5423"]varidx=0whileidx<lines.len():iflines[idx].len()<1:inc(idx)continuefoo()