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

Add explicit return keyword #208

Merged
merged 4 commits into from Apr 13, 2019
Merged

Conversation

AnEmortalKid
Copy link
Member

Adds amaze to fix #174

I'm hoping with this and support for also as a , we can fix: #115 (comment)

The handling of return can also start using the parseStatement functions since our current logic for wow& just grabs all the tokens, so you can't do wow plz foo

LANGUAGE.md Outdated
@@ -148,6 +152,23 @@ http.createServer(function(req, res) {
.listen(8080);
```

### amaze
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this section should be moved to under Functions

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that makes sense.

@AnEmortalKid AnEmortalKid merged commit 1e05e2f into dogescript:master Apr 13, 2019
@AnEmortalKid AnEmortalKid deleted the amaze branch April 13, 2019 01:39
@AnEmortalKid AnEmortalKid added this to the 2.4.0 milestone Aug 11, 2020
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

Successfully merging this pull request may close these issues.

3.0 Feature List Add explicit return keyword
2 participants