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
oops
The examples name MySum (+ 1 0)) and name MyProduct (* 1 1)) produce oops as result, which isn't expected
name MySum (+ 1 0))
name MyProduct (* 1 1))
The text was updated successfully, but these errors were encountered:
Did you miss the opening bracket?
Sorry, something went wrong.
that was the issue, in fact, thanks! Silly me I didn't notice it. I opened #6 to fix it
Successfully merging a pull request may close this issue.
The examples
name MySum (+ 1 0))
andname MyProduct (* 1 1))
produceoops
as result, which isn't expectedThe text was updated successfully, but these errors were encountered: