return
Used within a user-defined function to exit the function, returning value of expr . The return value of a function is undefined if expr is not provided. {N}