Added math and min commands

typo

Added op span
This commit is contained in:
Luccas Mateus de Medeiros Gomes
2021-10-29 16:02:42 -03:00
parent 40ad9acbc3
commit 5add6035a4
6 changed files with 181 additions and 6 deletions

View File

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