Hello Edward,

Em Dom, 2008-03-30 às 20:34 -0400, Edward Z. Yang escreveu:
> where t.php is:
> 
> <?php
> $n = 1;
> L1:
> if ($n > 3) jump L2;
> echo "$n: ok\n";
> $n++;
> jump L1;
> L2:
> 

s/jump/goto/

'Goto' was the final name. 
I just used the same commit message, which can have confused you.

-- 
Regards,
Felipe Pena.

Reply via email to