Check incoming value against stored ranges and output a message

The solution to a question that came up in a Facebook group.
* Have some integer ranges with messages attached inside a [coll]
* Count through them and output the message if the count value is within a range

Comments are closed.