Mani icon indicating copy to clipboard operation
Mani copied to clipboard

... operator

Open binbandit opened this issue 6 years ago • 4 comments

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 - y Then 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?

binbandit avatar Sep 09 '19 04:09 binbandit

@crazywolf132 I can work on this feature.

ankitshubham97 avatar Sep 11 '19 19:09 ankitshubham97

@ankitshubham97 How goes this feature?

binbandit avatar Nov 01 '19 04:11 binbandit

If no one working on it, I can implement this feature @crazywolf132 @ankitshubham97

AmrDeveloper avatar Aug 26 '20 16:08 AmrDeveloper

Go for it @AmrDeveloper

binbandit avatar Oct 16 '23 06:10 binbandit