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

7 lines
108 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
function main() {
Screen:PrintString("Goodbye, World!")
while (B1 == false) {
Screen:Render()
}
}