mirror of
https://github.com/irmen/prog8.git
synced 2025-02-06 01:30:23 +00:00
7 lines
118 B
Lua
7 lines
118 B
Lua
; Internal library routines - always included by the compiler
|
|
|
|
prog8_lib {
|
|
%option force_output, ignore_unused
|
|
|
|
}
|