return

return EXPRESSION;
This form evaluates the expression, and then returns the value of the expression as the result of the method in which it is contained.

ProfessorJ Beginner Language