aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb
blob: b78911fa75186dc7ee2def3fa0641f2c1714f0de (plain) (blame)
1
2
3
4
5
Module Com_Rev
    Public Sub Reverse()
        NewLine(StrReverse(RawCommand.Substring(4)))
    End Sub
End Module