#19 functions and main() function in kotlin | Kotlin tutorial | Kotlin Bootcamp for programmers

163 Просмотры
Издатель
You define functions using the fun keyword, followed by the name of the function. As with other programming languages, the parentheses () are for function arguments, if any. Curly braces {} frame the code for the function. There is no return type for this function, because it doesn't return anything.
Категория
Язык программирования Kotlin
Комментариев нет.