RosettaCodeData/Task/Hello-world-Graphical/KonsolScript/hello-world-graphical-2.konsol
2013-04-11 11:14:19 -07:00

6 lines
108 B
Text

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