please,i dont understand this
I have a MBB with atom pro 28, I made the following code:
main
index2 =3
for index=0 to 3
gosub MOVI(index)
nap index2
next
I have 4 subroutines called “uâ€, “xâ€, “tâ€, “a†and MOVI sword (4) has the letters “uâ€, “xâ€, “tâ€, “aâ€
Sub u
;--------
sub x
;--------
sub t
;--------
sub a
;--------
but it gives the following error
Error: Expected Label
Gosub does not accept a variable?
if no, what I can do?