25 ms·
WTF? In the Mirah examples, I see a bunch of i = 0 while i < 10 ...code... i += 1 end There's no for loop? I couldn't confirm because I didn't f
by imd 15y ago
WTF? In the Mirah examples, I see a bunch of
i = 0
while i < 10
...code...
i += 1
end
There's no for loop? I couldn't confirm because I didn't find a manual.