From 415ee1e40d41886cb7ccf23ee004c7fa67dd7418 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Wed, 16 Nov 2022 08:28:22 +0700 Subject: More enhanced code management and DesktopEnvironment experiments --- ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb') diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb new file mode 100644 index 0000000..b78911f --- /dev/null +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb @@ -0,0 +1,5 @@ +Module Com_Rev + Public Sub Reverse() + NewLine(StrReverse(RawCommand.Substring(4))) + End Sub +End Module -- cgit v1.2.3