mirror of
https://github.com/irmen/prog8.git
synced 2024-11-02 22:04:40 +00:00
12 lines
113 B
Lua
12 lines
113 B
Lua
%import c64flt
|
|
%zeropage basicsafe
|
|
|
|
main {
|
|
|
|
sub start() {
|
|
|
|
byte[] barr = [22,-33,-44,55,66]
|
|
|
|
}
|
|
}
|