I am trying to shrink my code down but I am still "learning". Here is a example of what I am attempting to do.

Say I use

HIGH LED : PAUSEUS 50000 : LOW LED : PAUSEUS 50000

Now if I wanted to multiply that by 10 to make the LED flash 10 times, I don't not want to have to write that line 10 times.

Any help?