local x, y, z = 1,2,3 --example code
i'm wondering how the scope of defining multiple variables in one line works so would y & z also be local like x or global?
edit: in my testing they're all local but im not 100% sure
it took me longer than it needed to but they're all local, im 100% sure now. post is here if anyone needs it in the future