Dalt

Last Modified: 12/31/2020

Pauses program execution until the TV enters the active display region of the screen.

Example

Syntax: Dalt
    While 1
        Locate 1, 1: Print "Hello World!"
        Dalt
    Wend

Remarks

Interrupts are still executed during the pause time.

See Also

Halt, Sleep, Sleep2, Valt, WaitRaster