treelzebub
fun doSomething() { var retval: String = “" if (condition) { retval = “the condition was met” } retval += “ and this is always hit” }