tmteam / NFun

Expressions Evaluator for .NET
MIT License
57 stars 4 forks source link

Step range syntax #20

Closed tmteam closed 2 years ago

tmteam commented 2 years ago

a = [1..2 step 1] a = [100..1] step -1