SecondBASIC Documentation v3

Home / Command Reference / Dalt

Dalt

Description: Halts program execution until the TV enters the active display region of the screen. Interrupts are still executed during the pause time.

Syntax:

Dalt

Example:

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