Files
eiffel-org/documentation/current/examples/example-reverse-string.wiki
halw f3195f8ac1 Author:halw
Date:2010-02-27T19:53:07.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@487 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2010-02-27 20:21:35 +00:00

20 lines
350 B
Plaintext

[[Property:title|Reverse a string]]
[[Property:link_title|Example: Reverse a string]]
[[Property:weight|0]]
[[Property:uuid|d888d308-6bb7-edd5-ee25-92d04b5658d3]]
{{underconstruction}}
==Description==
Reverse the order of the characters in a give string of characters.
==Source==
[http://rosettacode.org/wiki/Reverse_a_string Rosetta Code]