> ``` > local a, b, c=1, 2 -- `c` probably wont be just an undefined local > f() or g() > --here can come any kinda trouble related to `c` > ``` this can be simply f() and thats all the same case as now... so i cant find any argument in usecases :)