mirror of
https://github.com/irmen/prog8.git
synced 2025-08-15 14:27:37 +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++
|
|
}
|
|
}
|