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
log
Describe the bug log syntax/04_function.md
syntax/04_function.md
Reproducible code
Erg interpreter 0.2.8 (tags/?:, 2022/08/25 23:56:48) on aarch64/macos >>> log "Hello" Hello None >>> log "Hello", "World" Error[#1549]: File <stdin>, line 1, in <module> 1│ log "Hello", "World" ^^^ TypeError: too many arguments for log: total expected params: 1 passed positional args: 2 passed keyword args: 0
Expected behavior Expected that it printsHello World.
Hello World
The text was updated successfully, but these errors were encountered:
Fixed in #94.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
log
syntax/04_function.md
Reproducible code
Expected behavior
Expected that it prints
Hello World
.The text was updated successfully, but these errors were encountered: