return statement
Sign in to saveAlso known as return
programming statement that stops execution of the current subroutine, optionally passing back a return value to the code that called the subroutine
Also known as return
programming statement that stops execution of the current subroutine, optionally passing back a return value to the code that called the subroutine