prompt

JS
1.1
fun prompt(
    message: String = definedExternally,
    default: String = definedExternally
): String?