this is my first learning, trial and error ,goof off,just trying to figur it out program. please pick it apart.....thanks
rem batting average
rem center text 25
rem RGB(255,255,0)1
set text to bolditalic
set text size 10
ink 5000,20
circle 300,250,100
x = 100
y = 100
rem text x,y, 100
rem return dword = RGB(255,0,255)
input " what is your name ", name$
rem print name$
cls
begin:
print name$
print " number of at bats"
input a#
print " number of hits"
input b#
c# = b# / a#
cls
print " batting average"
set text size 16
print c#
wait 3000
if c# <= .220
rem set text size 10
print "go back to the minors,", name$," !!! "
wait 3000
end
else
print "welcome aboard, ", name$
wait 2000
cls
print " what are you waiting for?"
wait 1000
print " go hit one..... "
rem set text size 10
wait 3000
cls
print "your up to bat,",name$,
wait 1000
PRINT "... hurry up!"
wait 2000
endif
rem endif
print " would you like to enter more"
print "at bats ",name$,"?"
wait 2500
print " spacekey for yes, enter for no"
wait key
rem yes = y
rem no = n
if returnkey ()
print " arn't you having fun?....."
wait 1000
print " bye"
wait 3000
end
else spacekey =1
goto begin:
rem if returnkey =()
endif
rem shiftkey =()
rem goto theend:
rem wait 2000
rem endif
theend:
rem endif
rem end
rem wait 2000
philippians 4:13