Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C-style for loop #6

Open
taku0 opened this issue Sep 7, 2016 · 0 comments
Open

C-style for loop #6

taku0 opened this issue Sep 7, 2016 · 0 comments

Comments

@taku0
Copy link
Owner

taku0 commented Sep 7, 2016

Current implementation does not support C-style for loop: for var x = 0; x < 10; x++ {}. It will be removed from Swift 3.0.

Should we support it? Because it uses semicolons for other than separating statements, supporting it will increase code complexity.

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

No branches or pull requests

1 participant