mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 04:31:20 +00:00
8 lines
111 B
Lua
8 lines
111 B
Lua
main {
|
|
sub start() {
|
|
ubyte @shared v1, v2
|
|
if v1==0 and v2 & 3 !=0
|
|
v1++
|
|
}
|
|
}
|