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

Default parameter values in function signatures #69

Open
darrylabbate opened this issue Jul 13, 2023 · 0 comments
Open

Default parameter values in function signatures #69

darrylabbate opened this issue Jul 13, 2023 · 0 comments
Labels
feature New feature or request language Language features/requests
Milestone

Comments

@darrylabbate
Copy link
Member

Self-explanatory

fn foo(x = 1, y = 2) {
    // ...
}

cc: #34

@darrylabbate darrylabbate added feature New feature or request language Language features/requests labels Jul 13, 2023
@darrylabbate darrylabbate added this to the Riff 0.6 milestone Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request language Language features/requests
Projects
Status: No status
Development

No branches or pull requests

1 participant