Setvirtualresolution(640,480) ResetTimer() //Set default print spacing SetPrintSpacing(12) Repeat Print("Hello World") Sync() Until Timer()>12 End