Yes, you can reference them by name.

Code:
Sequence VAR BYTE

Sequence = ZigZag
GOSUB RunSequence

Sequence = Marquee
GOSUB RunSequence
Each sequence will probably be a different length, so you might have the first byte indicate the length, then delete all those 2's.
<br>