aboutsummaryrefslogtreecommitdiff
path: root/src/functionrange.cpp (follow)
AgeCommit message (Collapse)Author
2011-06-03Added a range function. It works a lot like the range function in python,Mike Buland
if called with one parameter, it will produce a list of the numbers 1 through the number provided inclusive, if two numbers, it will produce a list of all numbers between the first and second parameter, inclusive, and if three parameters are provided it will use the last one as a step.