Skip to contents

A function to ask a question and return the response after confirming [Stable]

Usage

ask_confirm(question)

Arguments

question

input question

Value

response

Examples

if (FALSE) {
ask_confirm("Where do you live?")
}