Comment on Everything You Didn't Want to Know About Lua's Multi-ValuesparentComments−nawgszy6yCan you unpack tuples in Python? In JS for example you could write const [result, errmsg] = do_stuff(); And I guess you would be fine to omit the errmsg, even though I admit the resulting [result] syntax would be dissatisfying
Comments
Can you unpack tuples in Python? In JS for example you could write
And I guess you would be fine to omit the errmsg, even though I admit the resulting [result] syntax would be dissatisfying