RosettaCodeData/Task/Reverse-a-string/GAP/reverse-a-string.gap
2023-07-01 13:44:08 -04:00

2 lines
31 B
Text

Reversed("abcdef");
# "fedcba"