関数名 = (引数1, ...) => 戻り値
関数名 = (引数1, ...) => let式
(引数 as 型) => ...
(optional 引数) => if (引数 = null) then 引数なしの処理 else 引数ありの処理
(引数) as 型 => ...