RosettaCodeData/Task/Reverse-a-string/Seed7/reverse-a-string-2.seed7
2024-03-06 22:25:12 -08:00

6 lines
117 B
Text

$ include "seed7_05.s7i";
const proc: main is func
begin
writeln(reverse("Was it a cat I saw?"));
end func;