macro "Numbers-A [a]"{ max = 1e4; for(jj = 1; jj < max; jj++){ print("A ", jj); wait(200); } } macro "Numbers-B [b]"{ max = 1e4; for(jj = 1; jj < max; jj++){ print("B ", jj); wait(200); } }