mirror of
https://github.com/irmen/prog8.git
synced 2025-01-15 08:30:05 +00:00
10 lines
204 B
Lua
10 lines
204 B
Lua
; Internal library routines - always included by the compiler
|
|
;
|
|
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
|
|
|
|
prog8_lib {
|
|
%option force_output
|
|
|
|
; nothing here for now
|
|
}
|