RosettaCodeData/Task/Reverse-a-string/Euphoria/reverse-a-string.euphoria

3 lines
63 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
include std/sequence.e
printf(1, "%s\n", {reverse("abcdef") })