PROC statement


proc type name ( <arg_spec_list> )
	statement_list
endproc

proc name ( <arg_spec_list> )
	statement_list
endproc

where