purpose | selectively reverse the input list |
---|---|
input | a selection of titles |
parameter | F = Either the string reverse or another value |
output | the input, with the order reversed if F is the special value reverse |
Either reverses or preserves the order of the input list according to whether the parameter is the special value reverse
.