5 ms·
Oh yeah, Ruby has a slightly different interpretation of true/false, so I changed while(z) to while (z != 0) - likewise with if. No help though :(
by lojic 19y ago
Oh yeah, Ruby has a slightly different interpretation of true/false, so I changed while(z) to while (z != 0) - likewise with if. No help though :(
- lojic 19y agoYeah baby! I missed one true/false Ruby idiosyncracy, and that did the trick :)