mirror of
https://github.com/irmen/prog8.git
synced 2024-11-07 22:09:01 +00:00
8 lines
187 B
Lua
8 lines
187 B
Lua
; Internal Math library routines - always included by the compiler
|
|
;
|
|
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
|
|
|
|
math {
|
|
%asminclude "library:math.asm", ""
|
|
}
|