Macro that 'iterates' over a range of values
i'm not sure exactly how to express this in words, but this psuedocode expresses what i'm trying to do
macros silently failing makes it very difficult to figure out what happened with my version (nothing is logged)
Continue to help postfor i in l..h { run some macro with the i value passed in 'wait' some number of ticks before continuing }