Backseating-Committee-2k/Backlang
Do you want to work on this issue?
You can request for a bounty in order to promote it!
[FEATURE] Is Pattern for ranges #183
furesoft posted onGitHub
if x is 1..5 {}
this pattern is equivalent to: if x > 1 && x <= 5 {}
ps: add pattern for empty string:
if str is empty {}