prog8/examples/test.p8

11 lines
212 B
Plaintext
Raw Normal View History

2021-04-08 00:13:02 +00:00
main {
sub start() {
if cx16.r0 {
const ubyte buffer_length = 255 ; less than 256
ubyte[255] buffer
ubyte[buffer_length] buffer2
}
2021-04-01 20:10:04 +00:00
}
}