prog8/examples/test.p8

8 lines
111 B
Lua

main {
sub start() {
ubyte @shared v1, v2
if v1==0 and v2 & 3 !=0
v1++
}
}