Under the zipped iterator section there are quote symbols that will cause an
error when compiled:
B[0] = ‘x’; B[1] = ‘y’; B[2] = ‘z’;
needs to be:
B[0] = 'x'; B[1] = 'y'; B[2] = 'z';
Original issue reported on code.google.com by bhar...@gmail.com on 7 Oct 2010 at 6:26
Original issue reported on code.google.com by
bhar...@gmail.com
on 7 Oct 2010 at 6:26