prog8/examples/test.p8
2022-10-04 00:57:08 +02:00

10 lines
129 B
Lua

main {
sub start() {
ubyte aa = 42
ubyte bb = 99
aa += bb
%asmbinary "build.gradle"
}
}