prog8/examples/test.p8
2020-04-08 03:11:38 +02:00

13 lines
113 B
Lua

%import c64lib
%import c64utils
%zeropage basicsafe
main {
sub start() {
str foo = "foo"
}
}