aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-19 07:25:02 +0700
committerEverythingWindows <[email protected]>2022-11-19 07:25:02 +0700
commiteb41e07992fa2cb51194a0d4327a494f66b87b9b (patch)
tree478517af232619faafb8e09d11041ed1c778cac6 /ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator
parent1d1722345b99abe7f52e999994ccb3e088cbd3c2 (diff)
downloadshiftos-therevival-old-eb41e07992fa2cb51194a0d4327a494f66b87b9b.tar.gz
shiftos-therevival-old-eb41e07992fa2cb51194a0d4327a494f66b87b9b.tar.bz2
shiftos-therevival-old-eb41e07992fa2cb51194a0d4327a494f66b87b9b.zip
completing any migration from TerminalExternalApps into its own module
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator')
-rw-r--r--ShiftOS-TheRevival/TerminalApplications/External/BasicCalculator/App_BC.vb1
1 files changed, 1 insertions, 0 deletions
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()