6 lines
108 B
Text
6 lines
108 B
Text
function main() {
|
|
Screen:PrintString("Goodbye, World!")
|
|
while (B1 == false) {
|
|
Screen:Render()
|
|
}
|
|
}
|