6 lines
98 B
Text
6 lines
98 B
Text
$ include "seed7_05.s7i";
|
|
|
|
const proc: main is func
|
|
begin
|
|
writeln("ha" mult 5);
|
|
end func;
|