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