RosettaCodeData/Task/Hello-world-Graphical/KonsolScript/hello-world-graphical-2.konsol

7 lines
108 B
Plaintext

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