Below I'm logging into the Android Studio in JAVA a short phrase using conditional or ternary operator ( ?) in . See:
Log.wtf(GOT, (valirianSteel == 0 && glassOfDragon==0) ? "Run!" : "Run too!");
What would be equivalent to the conditional or ternary operator in Kotlin?