procedure Keyword

The procedure keyword begins definition of the user-procedure.

Procedure is a function that does NOT return any value (does not have return statement).

Consult function keyword help for more details.