return
return causes a normal return to the invoking function or to the keyboard.
return statement in handling the special case of an empty matrix as follows:
function d = det(A)%DET det(A) is the determinant of A.if isempty(A)d = 1;returnelse...end
break,disp,end,error,for,if,while
(c) Copyright 1994 by The MathWorks, Inc.