Annotation of 43BSD/contrib/icon/book/f/fact.icn, revision 1.1

1.1     ! root        1: procedure fact(i)
        !             2:    j := 1
        !             3:    while i > 0 do {
        !             4:       j *:= i
        !             5:       i -:= 1
        !             6:       }
        !             7:    return j
        !             8: end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.