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, I have to write this:
[] > foo n.as-number > num expensive > n!
It will be more convenient to have a special syntax for this:
[] > foo as-number. > num expensive >>!
Here, the object n will be auto-named. I don't need his name anyway, I only need num.
n
num
The text was updated successfully, but these errors were encountered:
@maxonfjvipon WDYT?
Sorry, something went wrong.
@yegor256 maybe we could try to implement something like this:
[] > foo expensive!.as-number > num
It's equivalent to you proposal
@maxonfjvipon yes, looks good
No branches or pull requests
Currently, I have to write this:
It will be more convenient to have a special syntax for this:
Here, the object
n
will be auto-named. I don't need his name anyway, I only neednum
.The text was updated successfully, but these errors were encountered: