Merge pull request #266 from luccasmmg/engine-q-math-2

Added math and min commands
This commit is contained in:
JT
2021-11-01 06:45:16 +13:00
committed by GitHub
6 changed files with 181 additions and 6 deletions

View File

@ -53,6 +53,8 @@ pub fn create_default_context() -> EngineState {
Math,
MathAbs,
MathAvg,
MathMax,
MathMin,
Mkdir,
Module,
Mv,