RosettaCodeData/Task/Repeat-a-string/Seed7/repeat-a-string.seed7

7 lines
98 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
$ include "seed7_05.s7i";
const proc: main is func
begin
writeln("ha" mult 5);
end func;