Last Modified: 1/1/2021
Pauses execution until the TV draws the specified <ScanLine>.
| Name | Type | Required | Description |
| ScanLine | Integer | Yes | The scan line to resume program execution. |
| TvBlank | System Identifier | No | Changes when the WaitRaster command ends. |
| Syntax: WaitRaster <ScanLine> [,TvBlank] |
|
While 1 Locate 1, 1: Print "Hello World!" WaitRaster 95 Wend |