RosettaCodeData/Task/Hello-world-Graphical/KonsolScript/hello-world-graphical-2.konsol
2023-07-01 13:44:08 -04:00

6 lines
108 B
Text

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