1.block
exp1
exp2
}
2.function
def funtionName(param:ParamType):ReturnType{ //function body: expressions }
3.例子
利用字符串插值特性:s"...${...}..."
省略花括号: