function main() { Screen:PrintString("Goodbye, World!") while (B1 == false) { Screen:Render() } }