Forum Discussion

joetesta's avatar
joetesta
Roku Guru
9 years ago

multi-line statements in debugger?

Hello! I'm trying to figure out if it is possible to nest an "if" inside a "for" in the debugger? This works: for each i in m.var: print i: end for Now I want something like this for eac...