Skip to content
New issue

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

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

Already on GitHub? # to your account

Make the semicolon optional #3063

Closed
CoolNewsGuy opened this issue May 11, 2023 · 2 comments
Closed

Make the semicolon optional #3063

CoolNewsGuy opened this issue May 11, 2023 · 2 comments
Labels
feature Proposed language feature that solves one or more problems state-duplicate This issue or pull request already exists

Comments

@CoolNewsGuy
Copy link

I really love the dart language and its nice syntax. My only issue with it is the semicolon. Why can't I just write:

print("hello world")

Instead of:

print("hello world");

This really decreases the productivity. I wish the language could implement automatic semicolon insertion like JavaScript or something like that because it is just annoying when adding it manually and wastes a lot of time when writing the code.

@CoolNewsGuy CoolNewsGuy added the feature Proposed language feature that solves one or more problems label May 11, 2023
@julemand101
Copy link

Looks like a duplicate of: #69

@lrhn
Copy link
Member

lrhn commented May 12, 2023

Closing as duplicate.

@lrhn lrhn closed this as completed May 12, 2023
@lrhn lrhn added the state-duplicate This issue or pull request already exists label May 12, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature Proposed language feature that solves one or more problems state-duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants