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