Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

print var (x,y) instead of x,y in case of right side being SequenceExpression #8

Closed
duaraghav8 opened this issue Aug 23, 2016 · 0 comments

Comments

@duaraghav8
Copy link
Owner

var (x, y) = (10, 20);
is the correct syntax, not
var x, y = (10, 20);

fix

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

No branches or pull requests

1 participant