How do I create a short cut to an instruction in PBP such as

H9 means or points to instruction like HIGH PORTB.0 ?

So instead of writing HIGH PORTB.0: PAUSE 10 : LOW PORTB.0

I can write H9: PAUSE 10: H9 ??

Cheers
Michael