9 lines
141 B
Text
9 lines
141 B
Text
|
|
$ include "seed7_05.s7i";
|
||
|
|
|
||
|
|
const proc: main is func
|
||
|
|
local
|
||
|
|
const integer: factorial is !10;
|
||
|
|
begin
|
||
|
|
writeln(factorial);
|
||
|
|
end func;
|