ShiftOS-TheRevival-Old/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb

6 lines
119 B
VB.net
Raw Normal View History

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