prog8/examples/test.p8
2024-11-23 21:01:18 +01:00

7 lines
70 B
Lua

main {
sub start() {
long @shared foo2 = 123456
}
}