Replies: 1 comment
-
am I correct in inferring that you want to "allow |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature
Imagine you have the following function:
Right now, the only way to call it is to write the following code:
For a simple condition, you need to write a lot of extra code.
The language already has a magic variable
it
that works in some array methods:So we can extend this syntax to all functions.
And the example from the beginning would look like this:
Much more readable and faster to write.
Use Case
See above
Proposed Solution
See above
Other Information
No response
Acknowledgements
Version used
V 0.3.3 21b17fe.d563739
Environment details (OS name and version, etc.)
Beta Was this translation helpful? Give feedback.
All reactions