mirror of
https://github.com/irmen/prog8.git
synced 2024-11-27 03:50:27 +00:00
21 lines
255 B
Lua
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
|
|
}
|
|
}
|
|
}
|