Verse Library verse

07 Fragment

Delays code execution for a set duration using a suspending verb before continuing to the next step.

verse-library/verse-verbs-functions-and-events/07-fragment.verse

CountdownThenStart()<suspends> : void =
    Sleep(3.0)
    Print("Go!")

Comments

    Sign in to vote, comment, or suggest an edit. Sign in