8
Below I am logging on the monitor of Android Studio in JAVA a short phrase using conditional or ternary operator (?)en. Look at:
Log.wtf(GOT, (valirianSteel == 0 && glassOfDragon==0) ? "Run!" : "Run too!");
What would be equivalent to the conditional or ternary operator in Kotlin?