Annotation of 43BSD/contrib/icon/book/f/palseq.icn, revision 1.1.1.1

1.1       root        1: procedure palseq(i)
                      2:    local j
                      3:    j := reverse(i)
                      4:    repeat {
                      5:       i := add(i,j)
                      6:       j := reverse(i)
                      7:       if i == j then return i
                      8:       else suspend i
                      9:       }
                     10: end

unix.superglobalmegacorp.com

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