kotlin:fun

This is an old revision of the document!


fun

Пример функции сложения:

fun sum(a: Int, b: Int): Int {
    return a + b
}
  • kotlin/fun.1774366023.txt.gz
  • Last modified: 2026/03/24 15:27