変数 March 26, 2021 変数を定義 var num: Int; 変数定義と同時に初期化 var num: Int = 1; 型を省略 var num = 1; 定数 let num = 1;