ShiftOS-TheRevival-Old/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb
2022-11-16 08:07:44 +07:00

5 lines
119 B
VB.net

Module Com_Rev
Public Sub Reverse()
NewLine(StrReverse(RawCommand.Substring(4)))
End Sub
End Module