RosettaCodeData/Task/Reverse-a-string/Seed7/reverse-a-string-2.seed7

7 lines
117 B
Text
Raw Permalink Normal View History

2024-03-06 22:25:12 -08:00
$ include "seed7_05.s7i";
const proc: main is func
begin
writeln(reverse("Was it a cat I saw?"));
end func;