Need help debugging

:point_right: https://stackoverflow.com/

Oh thanks the furnace that’s what I needed
Not really.

Stackoverflow’s great, except when it isn’t. There’s plenty of bad
advice there, or advice without enough context. Always consider it
carefully. That said, you can often find examples of what you’re trying
to do, and ideally someone’s linked to relevant documentation.

Cheers,
Cameron Simpson cs@cskk.id.au

Do you have any advice on using the contents of a for loop outside of the for loop?

A for-loop doesn’t introduce an extra scope. Just use it.

Cheers,
Cameron Simpson cs@cskk.id.au