boolops.icn: Procedure to perform Boolean operations on row patterns

procedure b01:             complement pattern
procedure b0110:           "xor" of two patterns
procedure b1000:           "and" of two patterns
procedure b1110:           "or" of two patterns

link boolops
June 26, 2002; Ralph E. Griswold
This file is in the public domain.

Limitation:  Assumes square patterns.

Source code | Program Library Page | Icon Home Page