8 lines
239 B
Plaintext
Raw Normal View History

2022-03-19 01:20:01 +01:00
; Internal Math library routines - always included by the compiler
;
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
math {
2022-04-11 20:55:06 +02:00
; required by the compiler, but the vm implements all math operations as instructions.
2022-03-19 01:20:01 +01:00
}