prog8/examples/test.p8
2021-04-18 01:56:26 +02:00

11 lines
212 B
Lua

main {
sub start() {
if cx16.r0 {
const ubyte buffer_length = 255 ; less than 256
ubyte[255] buffer
ubyte[buffer_length] buffer2
}
}
}