prog8/examples/test.p8

11 lines
129 B
Lua

%import textio
%import test_stack
%zeropage dontuse
main {
sub start() {
ubyte[] array = 100 to 50 step -2
}
}