_TITLE "1 for 1 and 2 for 2 PLUS" 'b+ 2020-09-11 INPUT "Enter 1 for 1, 2 for 2, or 0 to quit this silly game > ", choice
ELSEIF choice
= 1 OR choice
= 2 THEN ' alrighty! let's play! count = count + 1
yourPoints = yourPoints + count
yourPoints = yourPoints - count
PRINT "Your Points ="; yourPoints
count = 0