函数定义
function function_name():return_type { // 语句 return value;}
function function_name():return_type {
// 语句
return value;
}