fix branching error
This commit is contained in:
parent
fe7c17af9e
commit
539ca81af9
4
FT-1.bas
4
FT-1.bas
|
@ -124,8 +124,8 @@ Do
|
|||
binaryquestion$ = InKey$
|
||||
Loop Until ((LCase$(binaryquestion$) = "y") Or (LCase$(binaryquestion$) = "n"))
|
||||
|
||||
If binaryquestion$ = "y" Then Print "Thank you for your patronage.": Print "19999999999.99 has been deducted from your bank account as a one time, non-renewing payment.": GoTo cheap
|
||||
If binaryquestion$ = "n" Then Print "Fine. It's your too bad.": Print "All further communications will be made via unsecured http.": GoTo paid
|
||||
If binaryquestion$ = "y" Then Print "Thank you for your patronage.": Print "19999999999.99 has been deducted from your bank account as a one time, non-renewing payment.": GoTo paid
|
||||
If binaryquestion$ = "n" Then Print "Fine. It's your too bad.": Print "All further communications to the web will be made via unsecured http.": GoTo cheap
|
||||
|
||||
|
||||
cheap:
|
||||
|
|
Loading…
Reference in New Issue
Block a user