aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb')
-rw-r--r--ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb b/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb
index 52a1f30..adcb3bd 100644
--- a/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb
+++ b/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb
@@ -68,6 +68,9 @@
BC_Counting(BC_Numbers1, BC_Numbers2, BC_Operation2)
BC_ThriceMoreValue = Nothing
NewLine(BC_Result)
+ If BC_Result = 69 Then
+ NewLine("Nice!")
+ End If
End Sub
Public Sub BC_Counting(FirstNum As Integer, SecondNum As Integer, Operation As String)