Examples of using range or a list in a switch statement
This are two examples of using ranges in switch statements.
Create random integers in a specific range
For example you would like to create 10 pseudo random numbers between 0 and 10.
(more…)
Loop over dates
Dates can be ranges to.
(more…)