[Tutor] trying to understand pattern matching code

Dave Angel davea at davea.name
Fri Apr 25 14:51:05 CEST 2014


You both posted in html, rather than text mode.

Joel Goldstick <joel.goldstick at gmail.com> Wrote in message:
>
> 
>
 > 1. what is line means? mask[c] |= bit 
>  This bitwise or.  It sets the rightmost bit in masks[c]

Only the first time through the loop, when bit == 1




-- 
DaveA



More information about the Tutor mailing list