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
Currently, we can't write this:
[] > foo /number
We can, but the number will be interpreted as Q.number. Let's add a resolver of atom result names, similar to how we resolve object names:
number
Q.number
[] > foo number > x
Here, number means Q.org.eolang.number.
Q.org.eolang.number
The text was updated successfully, but these errors were encountered:
@maxonfjvipon please, help
Sorry, something went wrong.
maxonfjvipon
No branches or pull requests
Currently, we can't write this:
We can, but the
number
will be interpreted asQ.number
. Let's add a resolver of atom result names, similar to how we resolve object names:Here,
number
meansQ.org.eolang.number
.The text was updated successfully, but these errors were encountered: