繰り返し repeat 投稿者:auth 投稿公開日:2021-08-21 投稿カテゴリー:関数など 指定回数の繰り返し fun printBorder() { repeat(23) { print("=") } } トレーニング > KOTLIN を用いた ANDROID の基本 > KOTLIN の基本 > INTRO TO KOTLIN > Create a birthday message in Kotlin > 4. 枠線付きの誕生日バナーを出力する おすすめ List配列 (size,first,last,contains,reversed,sorted) 2021-09-22 文字列を数値に変換 toInt, toIntOrNull, toLong, toLongOrNull, toDouble, toDoubleOrNull 2021-09-17 ダイアログ 2021-10-04