procedure에 대해서 배워봅시다. 이론은 별거 없습니다. 함수 만들어주는 함수이지요!# procedureprocedure( s_funcName(l_formalArglist) g_expr1 ...)=> s_funcName#Description# Defines a function using a formal argument list. The body of the procedure is a list of# expressions to evaluate. The body of the procedure is a list of expressions to be evaluated# one after another when s_funcName is called. There must be no white space..