From eb41e07992fa2cb51194a0d4327a494f66b87b9b Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sat, 19 Nov 2022 07:25:02 +0700 Subject: completing any migration from TerminalExternalApps into its own module --- .../TerminalApplications/External/BasicCalculator/App_BC.vb | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator') diff --git a/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb b/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb index 06525cb..52a1f30 100644 --- a/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb +++ b/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb @@ -18,6 +18,7 @@ NewLine(Nothing) Console.CurrentInterpreter = "bc" Console.ShouldChange = True + Console_Interpreters() End Sub Public Sub BC_Calculate() -- cgit v1.2.3