Re: puzzling code
- Posted by Chris Bensler <bensler at telus.net> Aug 22, 2001
- 372 views
I think joshua added the dummy variable so the value of bits would be displayed before the trace facily terminated. is there a reason why you didn't just write.. bits = {1,1,1,0,0,0,0,0,1,1,1,0,etc} or was that just from joshua's demo code? Chris > thanks for showing an interest in my code! ;) i believe chris explained > the thing with the binary code, but i forgot what that dummy object was > for...probably just a relic. in fact, i don't remember even putting it > in there! > > joshua goldberg wrote: > > Hi, All. > > > > While studying Matt Arriola's Crypt.ex code (Recent User Contibutions), > > I found a line of code which I'm at a loss to understand. > > Simulated code follows; > > > > *snip* > > > > > >