Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Return tuple causes compile error #66

Open
conscott opened this issue Apr 15, 2018 · 2 comments
Open

Return tuple causes compile error #66

conscott opened this issue Apr 15, 2018 · 2 comments

Comments

@conscott
Copy link
Contributor

conscott commented Apr 15, 2018

If you have a function that returns a tuple like

def thing():
    return 1, 2, 3

An exception is thrown in compilation here

@localhuman
Copy link
Collaborator

I looked into supporting tuples and after a couple of hours of frustration.. it is not as easy I would have hoped. We can make it a planned feature for the future?

@conscott
Copy link
Contributor Author

I think so. I had the same frustrations, I tried to complete it on my own and was not successful.

Thanks for trying as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants