P
add(2, 4)
or add(num1 = 2, num2 = 4)
Links in doc: https://kotlinlang.org/docs/reference/functions.html#function-usage
https://kotlinlang.org/docs/reference/functions.html#named-arguments
If you don't mind, let's stick to @kotlin_start group with beginner questions :)