How to determine which picks up multiple variables but are the same?
Asked by
2 years ago Edited 2 years ago
As in meaning two variables with the same name like putting pcalls in every function to ensure smooth and error less. However I can't just generate myself random locals for every pcalls I made. Is this really picking up errors with correct variables or out of the function variables printing inside it?
And making the fucntion not local, it picks it up?
01 | local s, e = pcall ( function () |
04 | local s, e = pcall ( function () |
16 | local s, e = pcall ( function () |