prog8/examples/test.p8
2019-03-10 03:21:14 +01:00

13 lines
218 B
Lua

%import c64utils
%zeropage basicsafe
~ main {
; @todo see problem in looplabelproblem.p8
; @todo compiler error for using literal values other than 0 or 1 with boolean expressions
sub start() {
}
}