mirror of https://github.com/rm-dr/daisy
Fixed oop bug
parent
fd0ddb72ab
commit
1774c105f4
|
@ -231,9 +231,11 @@ pub enum Operator {
|
||||||
Multiply,
|
Multiply,
|
||||||
ImplicitMultiply,
|
ImplicitMultiply,
|
||||||
Modulo, // Mod invoked with %
|
Modulo, // Mod invoked with %
|
||||||
|
Negative,
|
||||||
|
|
||||||
|
|
||||||
Power,
|
Power,
|
||||||
|
|
||||||
Negative,
|
|
||||||
Factorial,
|
Factorial,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue