File mapbit.icn

Summary

###########################################################################

	File:     mapbit.icn

	Subject:  Procedures to map string into bit representation

	Author:   Ralph E. Griswold & Don Ward

	Date:     December 5, 1995  & April 2017

###########################################################################

   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".

###########################################################################

  Links: strings

###########################################################################
Procedures:
bilit, mapbit, mapbit_nocoexpr

Links:
strings.icn

This file is part of the (main) package.

Source code.

Details
Procedures:

bilit(text, alpha, first, second)


mapbit(s)


mapbit_nocoexpr(s)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.