diesieben07
fun callback(passed: Boolean) { if (passed) { finish() } else { userPrompt(::callback) } } userPrompt(::callback)