mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 04:31:20 +00:00
42e2c5f605
silence redundant error about unused txt block
7 lines
49 B
Lua
7 lines
49 B
Lua
%import floats
|
|
|
|
main {
|
|
sub start() {
|
|
}
|
|
}
|