1、函数声明
prototype 函数名(形参1, 形参2.……);
2、函数定义
function 函数名(形参1,形参2.....)
函数内部用到的变量的声明
begin
语句块
end;
例如: