Reverse a string: Difference between revisions

Content deleted Content added
Added Frink.
Line 456: Line 456:


=={{header|Frink}}==
=={{header|Frink}}==
The built-in <CODE>reverse</CODE> function reverses a string or the element of a list.
The built-in <CODE>reverse</CODE> function reverses a string or the elements of a list.
<lang frink>
<lang frink>
println[reverse["abcdef"]]
println[reverse["abcdef"]]