let 定数を定義する。 let string_:String = "文字列" 1 let string_:String = "文字列" 定数は、後から変更できない。 必ず値も必要。 変数を定義する場合はvarを用いる。