aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/TerminalApps.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-06 15:20:38 +0700
committerEverythingWindows <[email protected]>2022-11-06 15:20:38 +0700
commit8b5d4344f7e418369ebe10cb9eb2ac94314537b4 (patch)
treed76cf36af89cb7a5b29c1fca5b0e3697d909d142 /ShiftOS-TheRevival/MainForms/TerminalApps.vb
parent8e4b29c5a54d679099d8eb487c76062c4960c069 (diff)
downloadshiftos-therevival-old-8b5d4344f7e418369ebe10cb9eb2ac94314537b4.tar.gz
shiftos-therevival-old-8b5d4344f7e418369ebe10cb9eb2ac94314537b4.tar.bz2
shiftos-therevival-old-8b5d4344f7e418369ebe10cb9eb2ac94314537b4.zip
dir command done
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/TerminalApps.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/TerminalApps.vb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/TerminalApps.vb b/ShiftOS-TheRevival/MainForms/TerminalApps.vb
index b45cc0d..9731772 100644
--- a/ShiftOS-TheRevival/MainForms/TerminalApps.vb
+++ b/ShiftOS-TheRevival/MainForms/TerminalApps.vb
@@ -3,6 +3,7 @@
'This is for GTN's RAM
Public TheNumber As Integer = 0
Public FreezeText As String
+ 'Basic Calculator's RAM
Public BC_ReadNumbers As Integer
Public BC_Numbers1 As String
Public BC_Numbers2 As String