armoha / euddraft

System for pluginizing eudplib codes.
Other
29 stars 4 forks source link

[epScript] Range syntax #81

Open armoha opened 2 years ago

armoha commented 2 years ago

thinking of similar syntax with Swift

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

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

zuhanit commented 2 years ago

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

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

Little bit dirty...