%import textio %zeropage basicsafe ; hello world test for Atari 8-bit main { sub start() { txt.print("Hello, World!") txt.nl() void txt.waitkey() } }