Crashed! The error was:
waitForInput is not defined
at function run()]
From
define({
*run() {
let name = yield waitForInput("Hello! What's your name?")
yield log('Nice to meet you, ' + name + '!')
yield wait(1)
yield retry(run())
}
})
Some getting started samples would help. Nothing fancy, things that will be nearly theorum proved to work.