Go to the first, previous, next, last section, table of contents.

reverse

`reverse(LIST)'
`reverse LIST'
配列のコンテキストでは、LIST の要素を逆順にした配列値を返す。 スカラーのコンテキストでは、 LIST の最初の要素のバイト列を逆にした文字列を返す。

Go to the first, previous, next, last section, table of contents.