Consider the following ZASM code fragment:
Code:
 SETV a1,1
 SETV d0,320
WAIT WAITFRAME
 SETA1 data,d0
 ADDV a1,1
 COMPAREV a1,5
 GOTOLESS WAIT
What would be the ZScript analogy (I mean, analogue) of it?