help reverse()
-------------------------------------------------------------------------------
Title
[D] functions -- Functions
String function
reverse(s)
Domain: strings
Range: reversed strings
Description: returns s reversed.
reverse("hello") = "olleh"
strreverse(x) is a synonym for reverse(x).
Also see
Manual: [D] functions
Help: [D] functions, [D] functions (string functions)