Procedure (Definition)

A procedure is a function that does not return a meaningful result and which is meant to be called outside of a context where its value will be assigned or substituted in an expression.

Refer to:

function( ... ) ...