|
|
Initial revision
procedure fact(i)
j := 1
while i > 0 do {
j *:= i
i -:= 1
}
return j
end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.