Hi!!!
I found this program in a Locomotive Basic 2 book, but changed a little i QBasic 4.5.
SCREEN 2
FOR I = 1 TO 40
CIRCLE (300, 100), 5 * I
NEXT
END
Regards
mljmac
Hi!!!
I found this program in a Locomotive Basic 2 book, but changed a little i QBasic 4.5.
SCREEN 2
FOR I = 1 TO 40
CIRCLE (300, 100), 5 * I
NEXT
END
Regards
mljmac