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