mirror of
https://github.com/irmen/prog8.git
synced 2024-11-02 07:05:14 +00:00
12 lines
105 B
Lua
12 lines
105 B
Lua
%import textio
|
|
%import floats
|
|
%zeropage basicsafe
|
|
%import test_stack
|
|
|
|
main {
|
|
|
|
sub start() {
|
|
}
|
|
|
|
}
|