... operator
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
It would be good to have a forloop with the ... operator. Here is an example
for ( 1 ... 3 ) {
say 'hi'
}
Describe the solution you'd like A clear and concise description of what you want to happen.
A good way to go about it is, just adding an operator that means from
x - yThen we could hopefully use it on things such as filling lists etc.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
N/A
Additional context Add any other context or screenshots about the feature request here.
Maybe @Kalekdan or @ankitshubham97 could work on this?
@crazywolf132 I can work on this feature.
@ankitshubham97 How goes this feature?
If no one working on it, I can implement this feature @crazywolf132 @ankitshubham97
Go for it @AmrDeveloper