mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-02-02 14:27:35 +00:00
6 lines
119 B
VB.net
6 lines
119 B
VB.net
|
Module Com_Rev
|
|||
|
Public Sub Reverse()
|
|||
|
NewLine(StrReverse(RawCommand.Substring(4)))
|
|||
|
End Sub
|
|||
|
End Module
|