Joey Heck
val callback = { passed: Boolean -> if (passed) { finish() else { userPrompt(this) } } userPrompt(callback)