mapbit.icn: Procedures to map string into bit representation

link mapbit
December 5, 1995; Ralph E. Griswold
This file is in the public domain.

   The procedure mapbit(s) produces a string of zeros and ones
corresponding to the bit patterns for the characters of s.  For
example, mapbit("Axe") produces "010000010111100001100101".

Source code | Program Library Page | Icon Home Page