Help understanding this while loop, never seen this type of while loop

Question is not relevant anymore

The code is basically attempting to iterate over a Value in a Dictionary.

Assuming the Value you are trying to get is a function, its applying values b and c

if variable x doesnt exist for has a false value, then it will break the loop.

it is recommended that you use pairs in a for loop as what’s what they are intended to do.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.