* "Hello, World!"
: "start"
* "This is a MegaZeux program"
set "counter" to 0
: "loop"
inc "counter" by 1
if "counter" < 10 then "loop"
* "Counter reached 10!"
end
