prog8/examples/test.p8

21 lines
255 B
Lua

main {
sub start() {
repeat {
ubyte xx
ubyte yy=xx
ubyte aa
ubyte bb
ubyte cc
ubyte dd
}
repeat {
xx=1
yy=xx
}
}
}