Subtract
An easy-to-use library for calculating the difference of two numbers!
package;
import subtract.Subtract.subtract;
class Main {
static function main() {
trace(subtract(10, 2)); // outputs 8
}
}
A simple and easy-to-use library to calculate the difference of two numbers
https://github.com/Vortex2Oblivion/subtract
To install, run:
haxelib install subtract 1.0.0
See using Haxelib in Haxelib documentation for more information.
An easy-to-use library for calculating the difference of two numbers!
package;
import subtract.Subtract.subtract;
class Main {
static function main() {
trace(subtract(10, 2)); // outputs 8
}
}
Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!
Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.