Annotation of 43BSD/contrib/icon/book/11/fibseq1.icn, revision 1.1.1.1

1.1       root        1: procedure fibseq()
                      2:    local i, j, k
                      3:    suspend (i := 1) | (j := 1)
                      4:    repeat {
                      5:       suspend k := i + j
                      6:       i := j
                      7:       j := k
                      8:       }
                      9: end

unix.superglobalmegacorp.com

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