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

1.1     ! root        1: procedure cdigit(s)
        !             2:    local s1
        !             3:    s1 := ""
        !             4:     s ? {
        !             5:       &pos := 0
        !             6:       while s1 := "," || move(-3) || s1
        !             7:       if pos(1) then s1 := s1[2:0]
        !             8:       else s1 := tab(1) || s1
        !             9:       }
        !            10:    return s1
        !            11: end

unix.superglobalmegacorp.com

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