combine

fun combine(outText: String, valueText: String): String

outText + valueText, joined by a newline; "(no output)" when both are empty.