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

Nim - function argument starting with ( #106

Closed
MichalMarsalek opened this issue Feb 12, 2023 · 0 comments · Fixed by #82
Closed

Nim - function argument starting with ( #106

MichalMarsalek opened this issue Feb 12, 2023 · 0 comments · Fixed by #82
Labels
bug Something isn't working

Comments

@MichalMarsalek
Copy link
Collaborator

Language
Nim

Polygolf source

println ((1:0..1 + 1) * 2);

Current output

echo(1+1)*2

Expected output

echo (1+1)*2
@MichalMarsalek MichalMarsalek added the bug Something isn't working label Feb 12, 2023
MichalMarsalek added a commit that referenced this issue Feb 13, 2023
@MichalMarsalek MichalMarsalek mentioned this issue Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant