File:  [Research Unix] / researchv10dc / cmd / icon / book / 17 / disp.icn
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

procedure disp(deck)
   static fresh, suits, denoms
   initial {
      fresh := &ucase || &lcase
      suits := repl("C",13) || repl("D",13) || repl("H",13) ||
         repl("S",13)
      denoms := repl("A23456789TJQK",4)
      }
   write(map(deck,fresh,suits))	# suits
   write(map(deck,fresh,denoms))	# denominations
end

unix.superglobalmegacorp.com

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