Skip to content

only sample code we see crashes #19

@jefflomax

Description

@jefflomax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions