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

7 lines
117 B
Plaintext

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