euddraft icon indicating copy to clipboard operation
euddraft copied to clipboard

[epScript] Range syntax

Open armoha opened this issue 2 years ago • 1 comments

thinking of similar syntax with Swift

0...4  // closed range
1..<7  // half-open interval

Original issue: https://cafe.naver.com/edac/116720

armoha avatar Oct 08 '22 16:10 armoha

If range syntax compiled to python Range(), It's good to add step for users?

0...4...2
0...4

Little bit dirty...

zuhanit avatar Oct 26 '22 04:10 zuhanit