[[PageOutline]] = reverse = This will revers a list == Example == Usage: {{{ a='c d b' reverse $a output: b d c }}