return_type function_name ( argument_list ) {
local declarations
initializations
processing statements
return statement
}
where the expression is of the same type as the declared return_type (or at least can be converted implicitly to that type).return expression;