diff --git a/FT-1.bas b/FT-1.bas index b957d50..5b56b5f 100644 --- a/FT-1.bas +++ b/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: diff --git a/FT-1.exe b/FT-1.exe index 235ed94..c1bf573 100644 Binary files a/FT-1.exe and b/FT-1.exe differ