Annotation of 43BSD/contrib/icon/book/10/shuffle1.icn, revision 1.1

1.1     ! root        1: procedure shuffle(s)
        !             2:    local i
        !             3:    i := *s
        !             4:    while i >= 2 do {
        !             5:       s[?i] :=: s[i]
        !             6:       i -:= 1
        !             7:       }
        !             8:    return s
        !             9: end

unix.superglobalmegacorp.com

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