rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Convert a dot range into an array in Calc #605

Closed rlwhitcomb closed 1 year ago

rlwhitcomb commented 1 year ago

Trying to do lcm(1..20) without having the dot range syntax available, but maybe we could invent array(1..20) instead, or just [1..20]?