We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 x: Int, y: Int = x + y print! add(y:=1, x:=2)
3
Error[#1020]: File test.er, line 22, <module> 22 | print! add(y:=1, x:=2) : --- missing 2 positional argument(s) for ::add(: (x: Int, y: Int) -> Int) missing: x, y
No response
0.5.13
The text was updated successfully, but these errors were encountered:
Fix #255
4d226da
Merge pull request #264 from erg-lang/fix-#255
38d69e6
708d154
Merge pull request #268 from erg-lang/fix-#255
4493afe
Successfully merging a pull request may close this issue.
Describe the bug?
...
Reproducible code
Expected result
3
Actual result
Additional context
No response
Erg version
0.5.13
Python version
No response
OS
No response
The text was updated successfully, but these errors were encountered: