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