Is there a break statement in Maxima?



I should like to port this code line from Maple to Maxima:

    for i from j to n do if M[i][j] <> 0 then break; end if; end do;

How can I do this?
TIA,
-- 
Janos Blazi