' strunqb64.bas
' running strings from ost to west and from left to right
' plus width of screen include in velocity
ost$ = "Russian Export Orientirovannoe Importo Zameschenie" ' a string
west$ = "Russian Export Oriented Replace of Import" ' another string
ekran
= 66: s$
= " ":
FOR i
= 1 TO ekran
+ 10: s$
= s$
+ " ":
NEXT' a single: third string: a FOR NEXT to set s$ = 77 spaces
ost$ = s$ + ost$ + s$: west$ = s$ + west$ + s$ 'ost$ and west$ are the middle layer of a sandwich of s$
ost
= LEN(ost$
): west
= LEN(west$
) ' ost and west are their lenghts 77+50 +77 , 77+41+77
io% = 0
iw% = 0
FOR i
= 1 TO west
- ekran
'for 1 to 77+41+77-66=129
' FOR j = 1 TO 10 ^ 7 - ekran ^ (1.5) * 1 * 10 ^ 4: NEXT
Vertical:
'COLOR 7, 1
'COLOR 7, 0