Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
KotlinSessionVII#IS_OPERATOR
//Kotlin 1.1 fun main(args: Array<String>) { checkIsOperator("is operator in kotlin") } fun checkIsOperator(obj:String) { if (obj is String) { print("obj is a string") } else { print("obj is not a string") } }
run
|
edit
|
history
|
help
1
degerliilkornek
validation testing
Rotate array
Function Call, Arithmetic Operations, User Input and more in Kotlin
Kotlin
Aula 1 - Orientacao a Objetos - Mao na Massa
iya
D
?. in Kotlin
Haha