wiki:SaliUsage/Functions/reverse

Version 2 (modified by bas, 14 years ago) (diff)

--

reverse

This will revers a list

Example

Usage:

a='c d b'
reverse $a

output:
b d c
}}